#7F5CCA

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

Shades of Slate Blue #7F5CCA

Tints of Slate Blue #7F5CCA

Color information

#7F5CCA (or 0x7F5CCA) is unknown color: approx Slate Blue. HEX triplet: 7F, 5C and CA. RGB value is (127,92,202). Sum of RGB (Red+Green+Blue) = 127+92+202=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CCA is #80A335. Grayscale: #727272. Windows color (decimal): -8430390 or 13261951. OLE color: 13261951.

HSL color Cylindrical-coordinate representation of color #7F5CCA: hue angle of 259.09º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F5CCA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12792202-
CMYK0.370.5400.21
HSL259.09º50.93%57.65%-
HSV(B)259.09º54.46%79.22%-
XYZ23.2416.4357.82-
YUV115.01177.1136.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.17%
GREEN value IS 92 (36.33% from 255) = 21.85%
BLUE value IS 202 (79.30% from 255) = 47.98%
R=30.17%
G=21.85%
B=47.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal127922020.370.5400.21259.0950.9357.65
Hex7F5CCA2536015103333a
Octal17713431245660254036372
Binary1111111101110011001010100101110110010101100000011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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