Html Css Color HEX #816BDB Medium Slate Blue

📋 copy color: '#816BDB'

red 129 ◦ green 107 ◦ blue 219

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

Shades of Medium Slate Blue #816BDB

Tints of Medium Slate Blue #816BDB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.52%

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

R = 28.35%
G = 23.52%
B = 48.13%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#816BDB (or 0x816BDB) is known color: Medium Slate Blue. HEX triplet: 81, 6B and DB. RGB value is (129,107,219). Sum of RGB (Red+Green+Blue) = 129+107+219=455 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.35% from 455); Green value is 107 (42.19% from 255 or 23.52% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #816BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BDB is #7E9424. Grayscale: #7D7D7D. Windows color (decimal): -8295461 or 14379905. OLE color: 14379905.

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

Color convert

RGB 129 107 219 -
CMYK 0.41 0.51 0 0.14
HSL 251.79º 0.61% 0.64% -
HSV(B) 251.79º 0.51% 0.86% -
XYZ 27.1 20.3 69.51 -
YUV 126.35 180.29 129.89 -
System Red Green Blue C M Y K H S L
Decimal 129 107 219 0.41 0.51 0 0.14 251.79 0.61 0.64
Hex 81 6B DB 29 33 0 E FC 3D 40
Octal 201 153 333 51 63 0 16 374 75 100
Binary 10000001 1101011 11011011 101001 110011 0 1110 11111100 111101 1000000

Color Harmonies of #816BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BDB

Black with #816BDB

Text Example


Text Example

White with #816BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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