Html Css Color HEX #805BEE Medium Slate Blue

📋 copy color: '#805BEE'

red 128 ◦ green 91 ◦ blue 238

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

Shades of Medium Slate Blue #805BEE

Tints of Medium Slate Blue #805BEE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.91%

 BLUE value IS 238 (93.36% from 255) = 52.08%

R = 28.01%
G = 19.91%
B = 52.08%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#805BEE (or 0x805BEE) is known color: Medium Slate Blue. HEX triplet: 80, 5B and EE. RGB value is (128,91,238). Sum of RGB (Red+Green+Blue) = 128+91+238=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #805BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805BEE is #7FA411. Grayscale: #767676. Windows color (decimal): -8365074 or 15620992. OLE color: 15620992.

HSL color Cylindrical-coordinate representation of color #805BEE: hue angle of 255.1º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #805BEE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 91 238 -
CMYK 0.46 0.62 0 0.07
HSL 255.1º 0.81% 0.65% -
HSV(B) 255.1º 0.62% 0.93% -
XYZ 28.08 18.24 82.93 -
YUV 118.82 195.26 134.55 -
System Red Green Blue C M Y K H S L
Decimal 128 91 238 0.46 0.62 0 0.07 255.1 0.81 0.65
Hex 80 5B EE 2E 3E 0 7 FF 51 41
Octal 200 133 356 56 76 0 7 377 121 101
Binary 10000000 1011011 11101110 101110 111110 0 111 11111111 1010001 1000001

Color Harmonies of #805BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BEE

Black with #805BEE

Text Example


Text Example

White with #805BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,238); }

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

background-color css

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

 a { background-color: rgb(128,91,238); }

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

border-color css

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

 span { border-color: rgb(128,91,238); }

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