Html Css Color HEX #5E4FD8 Slate Blue

📋 copy color: '#5E4FD8'

red 94 ◦ green 79 ◦ blue 216

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

Shades of Slate Blue #5E4FD8

Tints of Slate Blue #5E4FD8

RGB

 RED value IS 94 (37.11% from 255) = 24.16%

 GREEN value IS 79 (31.25% from 255) = 20.31%

 BLUE value IS 216 (84.77% from 255) = 55.53%

R = 24.16%
G = 20.31%
B = 55.53%

CMYK

 C value IS 0.56

 M value IS 0.63

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5E4FD8 (or 0x5E4FD8) is known color: Slate Blue. HEX triplet: 5E, 4F and D8. RGB value is (94,79,216). Sum of RGB (Red+Green+Blue) = 94+79+216=389 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.16% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #5E4FD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E4FD8 is #A1B027. Grayscale: #626262. Windows color (decimal): -10596392 or 14176094. OLE color: 14176094.

HSL color Cylindrical-coordinate representation of color #5E4FD8: hue angle of 246.57º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5E4FD8 is Cyan = 0.56, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 94 79 216 -
CMYK 0.56 0.63 0 0.15
HSL 246.57º 0.64% 0.58% -
HSV(B) 246.57º 0.63% 0.85% -
XYZ 19.81 12.93 66.42 -
YUV 99.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 94 79 216 0.56 0.63 0 0.15 246.57 0.64 0.58
Hex 5E 4F D8 38 3F 0 F F7 40 3A
Octal 136 117 330 70 77 0 17 367 100 72
Binary 1011110 1001111 11011000 111000 111111 0 1111 11110111 1000000 111010

Color Harmonies of #5E4FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E4FD8

Black with #5E4FD8

Text Example


Text Example

White with #5E4FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,79,216); }

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

background-color css

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

 a { background-color: rgb(94,79,216); }

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

border-color css

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

 span { border-color: rgb(94,79,216); }

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