Html Css Color HEX #5E43D7 Slate Blue

📋 copy color: '#5E43D7'

red 94 ◦ green 67 ◦ blue 215

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

Shades of Slate Blue #5E43D7

Tints of Slate Blue #5E43D7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.82%

 BLUE value IS 215 (84.38% from 255) = 57.18%

R = 25%
G = 17.82%
B = 57.18%

CMYK

 C value IS 0.56

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#5E43D7 (or 0x5E43D7) is known color: Slate Blue. HEX triplet: 5E, 43 and D7. RGB value is (94,67,215). Sum of RGB (Red+Green+Blue) = 94+67+215=376 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 215 (84.38% from 255 or 57.18% from 376); Max value from RGB is 215 - color contains mainly: blue. Hex color #5E43D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5E43D7 is #A1BC28. Grayscale: #5B5B5B. Windows color (decimal): -10599465 or 14107486. OLE color: 14107486.

HSL color Cylindrical-coordinate representation of color #5E43D7: hue angle of 250.95º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5E43D7 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 94 67 215 -
CMYK 0.56 0.69 0 0.16
HSL 250.95º 0.65% 0.55% -
HSV(B) 250.95º 0.69% 0.84% -
XYZ 18.89 11.3 65.48 -
YUV 91.95 197.45 129.47 -
System Red Green Blue C M Y K H S L
Decimal 94 67 215 0.56 0.69 0 0.16 250.95 0.65 0.55
Hex 5E 43 D7 38 45 0 10 FB 41 37
Octal 136 103 327 70 105 0 20 373 101 67
Binary 1011110 1000011 11010111 111000 1000101 0 10000 11111011 1000001 110111

Color Harmonies of #5E43D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E43D7

Black with #5E43D7

Text Example


Text Example

White with #5E43D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,67,215); }

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

background-color css

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

 a { background-color: rgb(94,67,215); }

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

border-color css

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

 span { border-color: rgb(94,67,215); }

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