#7F5AD0

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

Shades of Slate Blue #7F5AD0

Tints of Slate Blue #7F5AD0

Color information

#7F5AD0 (or 0x7F5AD0) is unknown color: approx Slate Blue. HEX triplet: 7F, 5A and D0. RGB value is (127,90,208). Sum of RGB (Red+Green+Blue) = 127+90+208=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #7F5AD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5AD0 is #80A52F. Grayscale: #727272. Windows color (decimal): -8430896 or 13654655. OLE color: 13654655.

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

Color convert

RGB12790208-
CMYK0.390.5700.18
HSL258.81º55.66%58.43%-
HSV(B)258.81º56.73%81.57%-
XYZ23.7916.3861.58-
YUV114.52180.76136.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.88%
GREEN value IS 90 (35.55% from 255) = 21.18%
BLUE value IS 208 (81.64% from 255) = 48.94%
R=29.88%
G=21.18%
B=48.94%

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
Decimal127902080.390.5700.18258.8155.6658.43
Hex7F5AD02739012103383a
Octal17713232047710224037072
Binary1111111101101011010000100111111001010010100000011111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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