Html Css Color HEX #7D55C5 Slate Blue

📋 copy color: '#7D55C5'

red 125 ◦ green 85 ◦ blue 197

#7D55C5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7D55C5

Tints of Slate Blue #7D55C5

RGB

 RED value IS 125 (49.22% from 255) = 30.71%

 GREEN value IS 85 (33.59% from 255) = 20.88%

 BLUE value IS 197 (77.34% from 255) = 48.4%

R = 30.71%
G = 20.88%
B = 48.4%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7D55C5 (or 0x7D55C5) is known color: Slate Blue. HEX triplet: 7D, 55 and C5. RGB value is (125,85,197). Sum of RGB (Red+Green+Blue) = 125+85+197=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 85 (33.59% from 255 or 20.88% from 407); Blue value is 197 (77.34% from 255 or 48.40% from 407); Max value from RGB is 197 - color contains mainly: blue. Hex color #7D55C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D55C5 is #82AA3A. Grayscale: #6D6D6D. Windows color (decimal): -8563259 or 12932477. OLE color: 12932477.

HSL color Cylindrical-coordinate representation of color #7D55C5: hue angle of 261.43º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D55C5 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 125 85 197 -
CMYK 0.37 0.57 0 0.23
HSL 261.43º 0.49% 0.55% -
HSV(B) 261.43º 0.57% 0.77% -
XYZ 21.78 14.89 54.55 -
YUV 109.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 125 85 197 0.37 0.57 0 0.23 261.43 0.49 0.55
Hex 7D 55 C5 25 39 0 17 105 31 37
Octal 175 125 305 45 71 0 27 405 61 67
Binary 1111101 1010101 11000101 100101 111001 0 10111 100000101 110001 110111

Color Harmonies of #7D55C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D55C5

Black with #7D55C5

Text Example


Text Example

White with #7D55C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D55C5; }

 p { color: rgb(125,85,197); }

 H1.HeaderClassName
 {
   color: #7D55C5;
 }
 .AnyTagClassName
 {
   color: #7D55C5;
 }
</style>

background-color css

<style>
 a { background-color: #7D55C5; }

 a { background-color: rgb(125,85,197); }

 div.DivClassName
 {
   background-color: #7D55C5;
 }
 .BgClassName
 {
   background-color: #7D55C5;
 }
</style>

border-color css

<style>
 span { border-color: #7D55C5; }

 span { border-color: rgb(125,85,197); }

 td.TdClassName
 {
   border-color: #7D55C5;
 }
 .TagClassName
 {
   border-color: #7D55C5;
 }
</style>