Html Css Color HEX #806FDB Medium Slate Blue

📋 copy color: '#806FDB'

red 128 ◦ green 111 ◦ blue 219

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

Shades of Medium Slate Blue #806FDB

Tints of Medium Slate Blue #806FDB

RGB

 RED value IS 128 (50.39% from 255) = 27.95%

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

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

R = 27.95%
G = 24.24%
B = 47.82%

CMYK

 C value IS 0.42

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#806FDB (or 0x806FDB) is known color: Medium Slate Blue. HEX triplet: 80, 6F and DB. RGB value is (128,111,219). Sum of RGB (Red+Green+Blue) = 128+111+219=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #806FDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FDB is #7F9024. Grayscale: #7F7F7F. Windows color (decimal): -8359973 or 14380928. OLE color: 14380928.

HSL color Cylindrical-coordinate representation of color #806FDB: hue angle of 249.44º 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 #806FDB is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 128 111 219 -
CMYK 0.42 0.49 0 0.14
HSL 249.44º 0.6% 0.65% -
HSV(B) 249.44º 0.49% 0.86% -
XYZ 27.37 21.07 69.64 -
YUV 128.4 179.13 127.72 -
System Red Green Blue C M Y K H S L
Decimal 128 111 219 0.42 0.49 0 0.14 249.44 0.6 0.65
Hex 80 6F DB 2A 31 0 E F9 3C 41
Octal 200 157 333 52 61 0 16 371 74 101
Binary 10000000 1101111 11011011 101010 110001 0 1110 11111001 111100 1000001

Color Harmonies of #806FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #806FDB

Black with #806FDB

Text Example


Text Example

White with #806FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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