Html Css Color HEX #815ADB Medium Slate Blue

📋 copy color: '#815ADB'

red 129 ◦ green 90 ◦ blue 219

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

Shades of Medium Slate Blue #815ADB

Tints of Medium Slate Blue #815ADB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.55%

 BLUE value IS 219 (85.94% from 255) = 50%

R = 29.45%
G = 20.55%
B = 50%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#815ADB (or 0x815ADB) is known color: Medium Slate Blue. HEX triplet: 81, 5A and DB. RGB value is (129,90,219). Sum of RGB (Red+Green+Blue) = 129+90+219=438 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.45% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #815ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815ADB is #7EA524. Grayscale: #737373. Windows color (decimal): -8299813 or 14375553. OLE color: 14375553.

HSL color Cylindrical-coordinate representation of color #815ADB: hue angle of 258.14º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815ADB is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 129 90 219 -
CMYK 0.41 0.59 0 0.14
HSL 258.14º 0.64% 0.61% -
HSV(B) 258.14º 0.59% 0.86% -
XYZ 25.5 17.09 68.97 -
YUV 116.37 185.92 137.01 -
System Red Green Blue C M Y K H S L
Decimal 129 90 219 0.41 0.59 0 0.14 258.14 0.64 0.61
Hex 81 5A DB 29 3B 0 E 102 40 3D
Octal 201 132 333 51 73 0 16 402 100 75
Binary 10000001 1011010 11011011 101001 111011 0 1110 100000010 1000000 111101

Color Harmonies of #815ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815ADB

Black with #815ADB

Text Example


Text Example

White with #815ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,90,219); }

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

background-color css

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

 a { background-color: rgb(129,90,219); }

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

border-color css

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

 span { border-color: rgb(129,90,219); }

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