Html Css Color HEX #5D4EC9 Slate Blue

📋 copy color: '#5D4EC9'

red 93 ◦ green 78 ◦ blue 201

#5D4EC9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #5D4EC9

Tints of Slate Blue #5D4EC9

RGB

 RED value IS 93 (36.72% from 255) = 25%

 GREEN value IS 78 (30.86% from 255) = 20.97%

 BLUE value IS 201 (78.91% from 255) = 54.03%

R = 25%
G = 20.97%
B = 54.03%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5D4EC9 (or 0x5D4EC9) is known color: Slate Blue. HEX triplet: 5D, 4E and C9. RGB value is (93,78,201). Sum of RGB (Red+Green+Blue) = 93+78+201=372 (49% of max value = 765). Red value is 93 (36.72% from 255 or 25% from 372); Green value is 78 (30.86% from 255 or 20.97% from 372); Blue value is 201 (78.91% from 255 or 54.03% from 372); Max value from RGB is 201 - color contains mainly: blue. Hex color #5D4EC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D4EC9 is #A2B136. Grayscale: #606060. Windows color (decimal): -10662199 or 13192797. OLE color: 13192797.

HSL color Cylindrical-coordinate representation of color #5D4EC9: hue angle of 247.32º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5D4EC9 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 93 78 201 -
CMYK 0.54 0.61 0 0.21
HSL 247.32º 0.53% 0.55% -
HSV(B) 247.32º 0.61% 0.79% -
XYZ 17.78 11.99 56.64 -
YUV 96.51 186.97 125.5 -
System Red Green Blue C M Y K H S L
Decimal 93 78 201 0.54 0.61 0 0.21 247.32 0.53 0.55
Hex 5D 4E C9 36 3D 0 15 F7 35 37
Octal 135 116 311 66 75 0 25 367 65 67
Binary 1011101 1001110 11001001 110110 111101 0 10101 11110111 110101 110111

Color Harmonies of #5D4EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4EC9

Black with #5D4EC9

Text Example


Text Example

White with #5D4EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D4EC9;
 }
 .AnyTagClassName
 {
   color: #5D4EC9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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