#7F5AD1

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

Shades of Slate Blue #7F5AD1

Tints of Slate Blue #7F5AD1

Color information

#7F5AD1 (or 0x7F5AD1) is unknown color: approx Slate Blue. HEX triplet: 7F, 5A and D1. RGB value is (127,90,209). Sum of RGB (Red+Green+Blue) = 127+90+209=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 209 (82.03% from 255 or 49.06% from 426); Max value from RGB is 209 - color contains mainly: blue. Hex color #7F5AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AD1 is #80A52E. Grayscale: #727272. Windows color (decimal): -8430895 or 13720191. OLE color: 13720191.

HSL color Cylindrical-coordinate representation of color #7F5AD1: hue angle of 258.66º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7F5AD1 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB12790209-
CMYK0.390.5700.18
HSL258.66º56.4%58.63%-
HSV(B)258.66º56.94%81.96%-
XYZ23.9216.4362.23-
YUV114.63181.26136.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.81%
GREEN value IS 90 (35.55% from 255) = 21.13%
BLUE value IS 209 (82.03% from 255) = 49.06%
R=29.81%
G=21.13%
B=49.06%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal127902090.390.5700.18258.6656.458.63
Hex7F5AD12739012103383b
Octal17713232147710224037073
Binary1111111101101011010001100111111001010010100000011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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