#5F4BC7

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

Shades of Slate Blue #5F4BC7

Tints of Slate Blue #5F4BC7

Color information

#5F4BC7 (or 0x5F4BC7) is unknown color: approx Slate Blue. HEX triplet: 5F, 4B and C7. RGB value is (95,75,199). Sum of RGB (Red+Green+Blue) = 95+75+199=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 199 (78.12% from 255 or 53.93% from 369); Max value from RGB is 199 - color contains mainly: blue. Hex color #5F4BC7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F4BC7 is #A0B438. Grayscale: #5E5E5E. Windows color (decimal): -10531897 or 13060959. OLE color: 13060959.

HSL color Cylindrical-coordinate representation of color #5F4BC7: hue angle of 249.68º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F4BC7 is Cyan = 0.52, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9575199-
CMYK0.520.6200.22
HSL249.68º52.54%53.73%-
HSV(B)249.68º62.31%78.04%-
XYZ17.5411.5955.34-
YUV95.12186.63127.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 75 (29.69% from 255) = 20.33%
BLUE value IS 199 (78.12% from 255) = 53.93%
R=25.75%
G=20.33%
B=53.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95751990.520.6200.22249.6852.5453.73
Hex5F4BC7343E016fa3536
Octal13711330764760263726566
Binary101111110010111100011111010011111001011011111010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F4BC7; }

 p { color: rgb(95,75,199); }

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

<style>
 a { background-color: #5F4BC7; }

 a { background-color: rgb(95,75,199); }

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

<style>
 span { border-color: #5F4BC7; }

 span { border-color: rgb(95,75,199); }

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