#7C60CD

Color #7C60CD Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7C60CD

Tints of Slate Blue #7C60CD

Color information

#7C60CD (or 0x7C60CD) is unknown color: approx Slate Blue. HEX triplet: 7C, 60 and CD. RGB value is (124,96,205). Sum of RGB (Red+Green+Blue) = 124+96+205=425 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.18% from 425); Green value is 96 (37.89% from 255 or 22.59% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C60CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C60CD is #839F32. Grayscale: #747474. Windows color (decimal): -8625971 or 13459580. OLE color: 13459580.

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

Color convert

RGB12496205-
CMYK0.400.5300.20
HSL255.41º52.15%59.02%-
HSV(B)255.41º53.17%80.39%-
XYZ23.5117.0659.81-
YUV116.8177.78133.14-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.18%
GREEN value IS 96 (37.89% from 255) = 22.59%
BLUE value IS 205 (80.47% from 255) = 48.24%
R=29.18%
G=22.59%
B=48.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124962050.400.5300.20255.4152.1559.02
Hex7C60CD2835014ff343b
Octal17414031550650243776473
Binary111110011000001100110110100011010101010011111111110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C60CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,205); }

 H1.HeaderClassName
 {
   color: #7C60CD;
 }
 .AnyTagClassName
 {
   color: #7C60CD;
 }
</style>
background-color css

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

 a { background-color: rgb(124,96,205); }

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

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

 span { border-color: rgb(124,96,205); }

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