Html Css Color HEX #805EE9 Medium Slate Blue

📋 copy color: '#805EE9'

red 128 ◦ green 94 ◦ blue 233

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

Shades of Medium Slate Blue #805EE9

Tints of Medium Slate Blue #805EE9

RGB

 RED value IS 128 (50.39% from 255) = 28.13%

 GREEN value IS 94 (37.11% from 255) = 20.66%

 BLUE value IS 233 (91.41% from 255) = 51.21%

R = 28.13%
G = 20.66%
B = 51.21%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#805EE9 (or 0x805EE9) is known color: Medium Slate Blue. HEX triplet: 80, 5E and E9. RGB value is (128,94,233). Sum of RGB (Red+Green+Blue) = 128+94+233=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 233 (91.41% from 255 or 51.21% from 455); Max value from RGB is 233 - color contains mainly: blue. Hex color #805EE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805EE9 is #7FA116. Grayscale: #777777. Windows color (decimal): -8364311 or 15294080. OLE color: 15294080.

HSL color Cylindrical-coordinate representation of color #805EE9: hue angle of 254.68º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #805EE9 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 128 94 233 -
CMYK 0.45 0.60 0 0.09
HSL 254.68º 0.76% 0.64% -
HSV(B) 254.68º 0.6% 0.91% -
XYZ 27.61 18.48 79.2 -
YUV 120.01 191.76 133.7 -
System Red Green Blue C M Y K H S L
Decimal 128 94 233 0.45 0.60 0 0.09 254.68 0.76 0.64
Hex 80 5E E9 2D 3C 0 9 FF 4C 40
Octal 200 136 351 55 74 0 11 377 114 100
Binary 10000000 1011110 11101001 101101 111100 0 1001 11111111 1001100 1000000

Color Harmonies of #805EE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805EE9

Black with #805EE9

Text Example


Text Example

White with #805EE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805EE9; }

 p { color: rgb(128,94,233); }

 H1.HeaderClassName
 {
   color: #805EE9;
 }
 .AnyTagClassName
 {
   color: #805EE9;
 }
</style>

background-color css

<style>
 a { background-color: #805EE9; }

 a { background-color: rgb(128,94,233); }

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

border-color css

<style>
 span { border-color: #805EE9; }

 span { border-color: rgb(128,94,233); }

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