Html Css Color HEX #805EE0 Medium Slate Blue

📋 copy color: '#805EE0'

red 128 ◦ green 94 ◦ blue 224

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

Shades of Medium Slate Blue #805EE0

Tints of Medium Slate Blue #805EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.22%

R = 28.7%
G = 21.08%
B = 50.22%

CMYK

 C value IS 0.43

 M value IS 0.58

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#805EE0 (or 0x805EE0) is known color: Medium Slate Blue. HEX triplet: 80, 5E and E0. RGB value is (128,94,224). Sum of RGB (Red+Green+Blue) = 128+94+224=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #805EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805EE0 is #7FA11F. Grayscale: #767676. Windows color (decimal): -8364320 or 14704256. OLE color: 14704256.

HSL color Cylindrical-coordinate representation of color #805EE0: hue angle of 255.69º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #805EE0 is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 94 224 -
CMYK 0.43 0.58 0 0.12
HSL 255.69º 0.68% 0.62% -
HSV(B) 255.69º 0.58% 0.88% -
XYZ 26.36 17.98 72.6 -
YUV 118.99 187.26 134.43 -
System Red Green Blue C M Y K H S L
Decimal 128 94 224 0.43 0.58 0 0.12 255.69 0.68 0.62
Hex 80 5E E0 2B 3A 0 C 100 44 3E
Octal 200 136 340 53 72 0 14 400 104 76
Binary 10000000 1011110 11100000 101011 111010 0 1100 100000000 1000100 111110

Color Harmonies of #805EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805EE0

Black with #805EE0

Text Example


Text Example

White with #805EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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