#5D4ECF

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

Shades of Slate Blue #5D4ECF

Tints of Slate Blue #5D4ECF

Color information

#5D4ECF (or 0x5D4ECF) is unknown color: approx Slate Blue. HEX triplet: 5D, 4E and CF. RGB value is (93,78,207). Sum of RGB (Red+Green+Blue) = 93+78+207=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 78 (30.86% from 255 or 20.63% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #5D4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4ECF is #A2B130. Grayscale: #606060. Windows color (decimal): -10662193 or 13586013. OLE color: 13586013.

HSL color Cylindrical-coordinate representation of color #5D4ECF: hue angle of 246.98º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5D4ECF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB9378207-
CMYK0.550.6200.19
HSL246.98º57.33%55.88%-
HSV(B)246.98º62.32%81.18%-
XYZ18.512.2860.43-
YUV97.19189.97125.01-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.60%
GREEN value IS 78 (30.86% from 255) = 20.63%
BLUE value IS 207 (81.25% from 255) = 54.76%
R=24.60%
G=20.63%
B=54.76%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal93782070.550.6200.19246.9857.3355.88
Hex5D4ECF373E013f73938
Octal13511631767760233677170
Binary101110110011101100111111011111111001001111110111111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,78,207); }

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

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

 a { background-color: rgb(93,78,207); }

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

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

 span { border-color: rgb(93,78,207); }

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