Html Css Color HEX #815BDE Medium Slate Blue

📋 copy color: '#815BDE'

red 129 ◦ green 91 ◦ blue 222

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

Shades of Medium Slate Blue #815BDE

Tints of Medium Slate Blue #815BDE

RGB

 RED value IS 129 (50.78% from 255) = 29.19%

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

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

R = 29.19%
G = 20.59%
B = 50.23%

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

#815BDE (or 0x815BDE) is known color: Medium Slate Blue. HEX triplet: 81, 5B and DE. RGB value is (129,91,222). Sum of RGB (Red+Green+Blue) = 129+91+222=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #815BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815BDE is #7EA421. Grayscale: #747474. Windows color (decimal): -8299554 or 14572417. OLE color: 14572417.

HSL color Cylindrical-coordinate representation of color #815BDE: hue angle of 257.4º 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 #815BDE is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 129 91 222 -
CMYK 0.42 0.59 0 0.13
HSL 257.4º 0.66% 0.61% -
HSV(B) 257.4º 0.59% 0.87% -
XYZ 25.98 17.42 71.1 -
YUV 117.3 187.09 136.35 -
System Red Green Blue C M Y K H S L
Decimal 129 91 222 0.42 0.59 0 0.13 257.4 0.66 0.61
Hex 81 5B DE 2A 3B 0 D 101 42 3D
Octal 201 133 336 52 73 0 15 401 102 75
Binary 10000001 1011011 11011110 101010 111011 0 1101 100000001 1000010 111101

Color Harmonies of #815BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815BDE

Black with #815BDE

Text Example


Text Example

White with #815BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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