Html Css Color HEX #7D62CC Slate Blue

📋 copy color: '#7D62CC'

red 125 ◦ green 98 ◦ blue 204

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

Shades of Slate Blue #7D62CC

Tints of Slate Blue #7D62CC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.95%

 BLUE value IS 204 (80.08% from 255) = 47.78%

R = 29.27%
G = 22.95%
B = 47.78%

CMYK

 C value IS 0.39

 M value IS 0.52

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7D62CC (or 0x7D62CC) is known color: Slate Blue. HEX triplet: 7D, 62 and CC. RGB value is (125,98,204). Sum of RGB (Red+Green+Blue) = 125+98+204=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D62CC is #829D33. Grayscale: #757575. Windows color (decimal): -8559924 or 13394557. OLE color: 13394557.

HSL color Cylindrical-coordinate representation of color #7D62CC: hue angle of 255.28º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D62CC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 125 98 204 -
CMYK 0.39 0.52 0 0.2
HSL 255.28º 0.51% 0.59% -
HSV(B) 255.28º 0.52% 0.8% -
XYZ 23.72 17.45 59.25 -
YUV 118.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 125 98 204 0.39 0.52 0 0.2 255.28 0.51 0.59
Hex 7D 62 CC 27 34 0 14 FF 33 3B
Octal 175 142 314 47 64 0 24 377 63 73
Binary 1111101 1100010 11001100 100111 110100 0 10100 11111111 110011 111011

Color Harmonies of #7D62CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D62CC

Black with #7D62CC

Text Example


Text Example

White with #7D62CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,98,204); }

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

background-color css

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

 a { background-color: rgb(125,98,204); }

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

border-color css

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

 span { border-color: rgb(125,98,204); }

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