Html Css Color HEX #816FDB Medium Slate Blue

📋 copy color: '#816FDB'

red 129 ◦ green 111 ◦ blue 219

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

Shades of Medium Slate Blue #816FDB

Tints of Medium Slate Blue #816FDB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.18%

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

R = 28.1%
G = 24.18%
B = 47.71%

CMYK

 C value IS 0.41

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#816FDB (or 0x816FDB) is known color: Medium Slate Blue. HEX triplet: 81, 6F and DB. RGB value is (129,111,219). Sum of RGB (Red+Green+Blue) = 129+111+219=459 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.10% from 459); Green value is 111 (43.75% from 255 or 24.18% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #816FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816FDB is #7E9024. Grayscale: #808080. Windows color (decimal): -8294437 or 14380929. OLE color: 14380929.

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

Color convert

RGB 129 111 219 -
CMYK 0.41 0.49 0 0.14
HSL 250º 0.6% 0.65% -
HSV(B) 250º 0.49% 0.86% -
XYZ 27.52 21.15 69.65 -
YUV 128.69 178.96 128.22 -
System Red Green Blue C M Y K H S L
Decimal 129 111 219 0.41 0.49 0 0.14 250 0.6 0.65
Hex 81 6F DB 29 31 0 E FA 3C 41
Octal 201 157 333 51 61 0 16 372 74 101
Binary 10000001 1101111 11011011 101001 110001 0 1110 11111010 111100 1000001

Color Harmonies of #816FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816FDB

Black with #816FDB

Text Example


Text Example

White with #816FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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