Html Css Color HEX #805FE9 Medium Slate Blue

📋 copy color: '#805FE9'

red 128 ◦ green 95 ◦ blue 233

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

Shades of Medium Slate Blue #805FE9

Tints of Medium Slate Blue #805FE9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.83%

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

R = 28.07%
G = 20.83%
B = 51.1%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#805FE9 (or 0x805FE9) is known color: Medium Slate Blue. HEX triplet: 80, 5F and E9. RGB value is (128,95,233). Sum of RGB (Red+Green+Blue) = 128+95+233=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 233 (91.41% from 255 or 51.10% from 456); Max value from RGB is 233 - color contains mainly: blue. Hex color #805FE9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805FE9 is #7FA016. Grayscale: #787878. Windows color (decimal): -8364055 or 15294336. OLE color: 15294336.

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

Color convert

RGB 128 95 233 -
CMYK 0.45 0.59 0 0.09
HSL 254.35º 0.76% 0.64% -
HSV(B) 254.35º 0.59% 0.91% -
XYZ 27.7 18.66 79.23 -
YUV 120.6 191.43 133.28 -
System Red Green Blue C M Y K H S L
Decimal 128 95 233 0.45 0.59 0 0.09 254.35 0.76 0.64
Hex 80 5F E9 2D 3B 0 9 FE 4C 40
Octal 200 137 351 55 73 0 11 376 114 100
Binary 10000000 1011111 11101001 101101 111011 0 1001 11111110 1001100 1000000

Color Harmonies of #805FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805FE9

Black with #805FE9

Text Example


Text Example

White with #805FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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