Html Css Color HEX #7D60CE Slate Blue

📋 copy color: '#7D60CE'

red 125 ◦ green 96 ◦ blue 206

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

Shades of Slate Blue #7D60CE

Tints of Slate Blue #7D60CE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 22.48%

 BLUE value IS 206 (80.86% from 255) = 48.24%

R = 29.27%
G = 22.48%
B = 48.24%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D60CE (or 0x7D60CE) is known color: Slate Blue. HEX triplet: 7D, 60 and CE. RGB value is (125,96,206). Sum of RGB (Red+Green+Blue) = 125+96+206=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 96 (37.89% from 255 or 22.48% from 427); Blue value is 206 (80.86% from 255 or 48.24% from 427); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D60CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D60CE is #829F31. Grayscale: #747474. Windows color (decimal): -8560434 or 13525117. OLE color: 13525117.

HSL color Cylindrical-coordinate representation of color #7D60CE: hue angle of 255.82º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7D60CE is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 96 206 -
CMYK 0.39 0.53 0 0.19
HSL 255.82º 0.53% 0.59% -
HSV(B) 255.82º 0.53% 0.81% -
XYZ 23.78 17.18 60.46 -
YUV 117.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 125 96 206 0.39 0.53 0 0.19 255.82 0.53 0.59
Hex 7D 60 CE 27 35 0 13 100 35 3B
Octal 175 140 316 47 65 0 23 400 65 73
Binary 1111101 1100000 11001110 100111 110101 0 10011 100000000 110101 111011

Color Harmonies of #7D60CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D60CE

Black with #7D60CE

Text Example


Text Example

White with #7D60CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,206); }

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

background-color css

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

 a { background-color: rgb(125,96,206); }

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

border-color css

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

 span { border-color: rgb(125,96,206); }

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