#806ECF

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

Shades of Moody Blue #806ECF

Tints of Moody Blue #806ECF

Color information

#806ECF (or 0x806ECF) is unknown color: approx Moody Blue. HEX triplet: 80, 6E and CF. RGB value is (128,110,207). Sum of RGB (Red+Green+Blue) = 128+110+207=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 110 (43.36% from 255 or 24.72% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #806ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ECF is #7F9130. Grayscale: #7E7E7E. Windows color (decimal): -8360241 or 13594240. OLE color: 13594240.

HSL color Cylindrical-coordinate representation of color #806ECF: hue angle of 251.13º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #806ECF is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB128110207-
CMYK0.380.4700.19
HSL251.13º50.26%62.16%-
HSV(B)251.13º46.86%81.18%-
XYZ25.7420.2561.58-
YUV126.44173.46129.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.76%
GREEN value IS 110 (43.36% from 255) = 24.72%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=28.76%
G=24.72%
B=46.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281102070.380.4700.19251.1350.2662.16
Hex806ECF262F013fb323e
Octal20015631746570233736276
Binary1000000011011101100111110011010111101001111111011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,110,207); }

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

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

 a { background-color: rgb(128,110,207); }

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

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

 span { border-color: rgb(128,110,207); }

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