Html Css Color HEX #5D4ECF Slate Blue

📋 copy color: '#5D4ECF'

red 93 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #5D4ECF

Tints of Slate Blue #5D4ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 54.76%

R = 24.6%
G = 20.63%
B = 54.76%

CMYK

 C value IS 0.55

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5D4ECF (or 0x5D4ECF) is known color: 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

RGB 93 78 207 -
CMYK 0.55 0.62 0 0.19
HSL 246.98º 0.57% 0.56% -
HSV(B) 246.98º 0.62% 0.81% -
XYZ 18.5 12.28 60.43 -
YUV 97.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 93 78 207 0.55 0.62 0 0.19 246.98 0.57 0.56
Hex 5D 4E CF 37 3E 0 13 F7 39 38
Octal 135 116 317 67 76 0 23 367 71 70
Binary 1011101 1001110 11001111 110111 111110 0 10011 11110111 111001 111000

Color Harmonies of #5D4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D4ECF

Black with #5D4ECF

Text Example


Text Example

White with #5D4ECF

Text Example


Text Example

HTML Codes & Css Web 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>