#7F5CD3

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

Shades of Slate Blue #7F5CD3

Tints of Slate Blue #7F5CD3

Color information

#7F5CD3 (or 0x7F5CD3) is unknown color: approx Slate Blue. HEX triplet: 7F, 5C and D3. RGB value is (127,92,211). Sum of RGB (Red+Green+Blue) = 127+92+211=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 211 (82.81% from 255 or 49.07% from 430); Max value from RGB is 211 - color contains mainly: blue. Hex color #7F5CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F5CD3 is #80A32C. Grayscale: #737373. Windows color (decimal): -8430381 or 13851775. OLE color: 13851775.

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

Color convert

RGB12792211-
CMYK0.400.5600.17
HSL257.65º57.49%59.41%-
HSV(B)257.65º56.4%82.75%-
XYZ24.3416.8763.6-
YUV116.03181.6135.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 29.53%
GREEN value IS 92 (36.33% from 255) = 21.40%
BLUE value IS 211 (82.81% from 255) = 49.07%
R=29.53%
G=21.40%
B=49.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal127922110.400.5600.17257.6557.4959.41
Hex7F5CD32838011102393b
Octal17713432350700214027173
Binary1111111101110011010011101000111000010001100000010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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