Html Css Color HEX #805BDE Medium Slate Blue

📋 copy color: '#805BDE'

red 128 ◦ green 91 ◦ blue 222

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

Shades of Medium Slate Blue #805BDE

Tints of Medium Slate Blue #805BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 29.02%
G = 20.63%
B = 50.34%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#805BDE (or 0x805BDE) is known color: Medium Slate Blue. HEX triplet: 80, 5B and DE. RGB value is (128,91,222). Sum of RGB (Red+Green+Blue) = 128+91+222=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #805BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BDE is #7FA421. Grayscale: #747474. Windows color (decimal): -8365090 or 14572416. OLE color: 14572416.

HSL color Cylindrical-coordinate representation of color #805BDE: hue angle of 256.95º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805BDE is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 91 222 -
CMYK 0.42 0.59 0 0.13
HSL 256.95º 0.66% 0.61% -
HSV(B) 256.95º 0.59% 0.87% -
XYZ 25.83 17.35 71.09 -
YUV 117 187.26 135.85 -
System Red Green Blue C M Y K H S L
Decimal 128 91 222 0.42 0.59 0 0.13 256.95 0.66 0.61
Hex 80 5B DE 2A 3B 0 D 101 42 3D
Octal 200 133 336 52 73 0 15 401 102 75
Binary 10000000 1011011 11011110 101010 111011 0 1101 100000001 1000010 111101

Color Harmonies of #805BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805BDE

Black with #805BDE

Text Example


Text Example

White with #805BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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