Html Css Color HEX #816ADB Medium Slate Blue

📋 copy color: '#816ADB'

red 129 ◦ green 106 ◦ blue 219

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

Shades of Medium Slate Blue #816ADB

Tints of Medium Slate Blue #816ADB

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.35%

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

R = 28.41%
G = 23.35%
B = 48.24%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#816ADB (or 0x816ADB) is known color: Medium Slate Blue. HEX triplet: 81, 6A and DB. RGB value is (129,106,219). Sum of RGB (Red+Green+Blue) = 129+106+219=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 106 (41.80% from 255 or 23.35% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #816ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ADB is #7E9524. Grayscale: #7D7D7D. Windows color (decimal): -8295717 or 14379649. OLE color: 14379649.

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

Color convert

RGB 129 106 219 -
CMYK 0.41 0.52 0 0.14
HSL 252.21º 0.61% 0.64% -
HSV(B) 252.21º 0.52% 0.86% -
XYZ 26.99 20.09 69.47 -
YUV 125.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 129 106 219 0.41 0.52 0 0.14 252.21 0.61 0.64
Hex 81 6A DB 29 34 0 E FC 3D 40
Octal 201 152 333 51 64 0 16 374 75 100
Binary 10000001 1101010 11011011 101001 110100 0 1110 11111100 111101 1000000

Color Harmonies of #816ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816ADB

Black with #816ADB

Text Example


Text Example

White with #816ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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