#806BCC

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

Shades of Moody Blue #806BCC

Tints of Moody Blue #806BCC

Color information

#806BCC (or 0x806BCC) is unknown color: approx Moody Blue. HEX triplet: 80, 6B and CC. RGB value is (128,107,204). Sum of RGB (Red+Green+Blue) = 128+107+204=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 107 (42.19% from 255 or 24.37% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #806BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BCC is #7F9433. Grayscale: #7B7B7B. Windows color (decimal): -8361012 or 13396864. OLE color: 13396864.

HSL color Cylindrical-coordinate representation of color #806BCC: hue angle of 252.99º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #806BCC is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB128107204-
CMYK0.370.4800.2
HSL252.99º48.74%60.98%-
HSV(B)252.99º47.55%80%-
XYZ25.0619.4659.56-
YUV124.34172.96130.61-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 107 (42.19% from 255) = 24.37%
BLUE value IS 204 (80.08% from 255) = 46.47%
R=29.16%
G=24.37%
B=46.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1281072040.370.4800.2252.9948.7460.98
Hex806BCC2530014fd313d
Octal20015331445600243756175
Binary1000000011010111100110010010111000001010011111101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,107,204); }

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

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

 a { background-color: rgb(128,107,204); }

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

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

 span { border-color: rgb(128,107,204); }

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