#5F4DE7

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

Shades of Slate Blue #5F4DE7

Tints of Slate Blue #5F4DE7

Color information

#5F4DE7 (or 0x5F4DE7) is unknown color: approx Slate Blue. HEX triplet: 5F, 4D and E7. RGB value is (95,77,231). Sum of RGB (Red+Green+Blue) = 95+77+231=403 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.57% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 231 (90.62% from 255 or 57.32% from 403); Max value from RGB is 231 - color contains mainly: blue. Hex color #5F4DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F4DE7 is #A0B218. Grayscale: #636363. Windows color (decimal): -10531353 or 15158623. OLE color: 15158623.

HSL color Cylindrical-coordinate representation of color #5F4DE7: hue angle of 247.01º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F4DE7 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB9577231-
CMYK0.590.6700.09
HSL247.01º76.24%60.39%-
HSV(B)247.01º66.67%90.59%-
XYZ21.813.5177.06-
YUV99.94201.96124.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.57%
GREEN value IS 77 (30.47% from 255) = 19.11%
BLUE value IS 231 (90.62% from 255) = 57.32%
R=23.57%
G=19.11%
B=57.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal95772310.590.6700.09247.0176.2460.39
Hex5F4DE73B4309f74c3c
Octal1371153477310301136711474
Binary1011111100110111100111111011100001101001111101111001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,77,231); }

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

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

 a { background-color: rgb(95,77,231); }

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

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

 span { border-color: rgb(95,77,231); }

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