#806FD0

Color #806FD0 Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #806FD0

Tints of Moody Blue #806FD0

Color information

#806FD0 (or 0x806FD0) is unknown color: approx Moody Blue. HEX triplet: 80, 6F and D0. RGB value is (128,111,208). Sum of RGB (Red+Green+Blue) = 128+111+208=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 111 (43.75% from 255 or 24.83% from 447); Blue value is 208 (81.64% from 255 or 46.53% from 447); Max value from RGB is 208 - color contains mainly: blue. Hex color #806FD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FD0 is #7F902F. Grayscale: #7E7E7E. Windows color (decimal): -8359984 or 13660032. OLE color: 13660032.

HSL color Cylindrical-coordinate representation of color #806FD0: hue angle of 250.52º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #806FD0 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB128111208-
CMYK0.380.4700.18
HSL250.52º50.79%62.55%-
HSV(B)250.52º46.63%81.57%-
XYZ25.9720.5162.26-
YUV127.14173.63128.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.64%
GREEN value IS 111 (43.75% from 255) = 24.83%
BLUE value IS 208 (81.64% from 255) = 46.53%
R=28.64%
G=24.83%
B=46.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1281112080.380.4700.18250.5250.7962.55
Hex806FD0262F012fb333f
Octal20015732046570223736377
Binary1000000011011111101000010011010111101001011111011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #806FD0;
 }
 .AnyTagClassName
 {
   color: #806FD0;
 }
</style>
background-color css

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

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

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

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

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

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