#7F5CCD

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

Shades of Slate Blue #7F5CCD

Tints of Slate Blue #7F5CCD

Color information

#7F5CCD (or 0x7F5CCD) is unknown color: approx Slate Blue. HEX triplet: 7F, 5C and CD. RGB value is (127,92,205). Sum of RGB (Red+Green+Blue) = 127+92+205=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 92 (36.33% from 255 or 21.70% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F5CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CCD is #80A332. Grayscale: #727272. Windows color (decimal): -8430387 or 13458559. OLE color: 13458559.

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

Color convert

RGB12792205-
CMYK0.380.5500.20
HSL258.58º53.05%58.24%-
HSV(B)258.58º55.12%80.39%-
XYZ23.616.5759.71-
YUV115.35178.6136.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.95%
GREEN value IS 92 (36.33% from 255) = 21.70%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=29.95%
G=21.70%
B=48.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal127922050.380.5500.20258.5853.0558.24
Hex7F5CCD2637014103353a
Octal17713431546670244036572
Binary1111111101110011001101100110110111010100100000011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,205); }

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

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

 a { background-color: rgb(127,92,205); }

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

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

 span { border-color: rgb(127,92,205); }

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