#7F5AC8

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

Shades of Slate Blue #7F5AC8

Tints of Slate Blue #7F5AC8

Color information

#7F5AC8 (or 0x7F5AC8) is unknown color: approx Slate Blue. HEX triplet: 7F, 5A and C8. RGB value is (127,90,200). Sum of RGB (Red+Green+Blue) = 127+90+200=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #7F5AC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AC8 is #80A537. Grayscale: #717171. Windows color (decimal): -8430904 or 13130367. OLE color: 13130367.

HSL color Cylindrical-coordinate representation of color #7F5AC8: hue angle of 260.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F5AC8 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12790200-
CMYK0.360.5500.22
HSL260.18º50%56.86%-
HSV(B)260.18º55%78.43%-
XYZ22.8315.9956.53-
YUV113.6176.76137.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 200 (78.52% from 255) = 47.96%
R=30.46%
G=21.58%
B=47.96%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal127902000.360.5500.22260.185056.86
Hex7F5AC824370161043239
Octal17713231044670264046271
Binary1111111101101011001000100100110111010110100000100110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,90,200); }

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

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

 a { background-color: rgb(127,90,200); }

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

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

 span { border-color: rgb(127,90,200); }

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