#806CBB

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

Shades of Moody Blue #806CBB

Tints of Moody Blue #806CBB

Color information

#806CBB (or 0x806CBB) is unknown color: approx Moody Blue. HEX triplet: 80, 6C and BB. RGB value is (128,108,187). Sum of RGB (Red+Green+Blue) = 128+108+187=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 108 (42.58% from 255 or 25.53% from 423); Blue value is 187 (73.44% from 255 or 44.21% from 423); Max value from RGB is 187 - color contains mainly: blue. Hex color #806CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806CBB is #7F9344. Grayscale: #7A7A7A. Windows color (decimal): -8360773 or 12283008. OLE color: 12283008.

HSL color Cylindrical-coordinate representation of color #806CBB: hue angle of 255.19º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #806CBB is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128108187-
CMYK0.320.4200.27
HSL255.19º36.74%57.84%-
HSV(B)255.19º42.25%73.33%-
XYZ23.2318.949.44-
YUV122.99164.13131.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.26%
GREEN value IS 108 (42.58% from 255) = 25.53%
BLUE value IS 187 (73.44% from 255) = 44.21%
R=30.26%
G=25.53%
B=44.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281081870.320.4200.27255.1936.7457.84
Hex806CBB202A01Bff253a
Octal20015427340520333774572
Binary1000000011011001011101110000010101001101111111111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,108,187); }

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

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

 a { background-color: rgb(128,108,187); }

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

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

 span { border-color: rgb(128,108,187); }

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