#806ECA

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

Shades of Moody Blue #806ECA

Tints of Moody Blue #806ECA

Color information

#806ECA (or 0x806ECA) is unknown color: approx Moody Blue. HEX triplet: 80, 6E and CA. RGB value is (128,110,202). Sum of RGB (Red+Green+Blue) = 128+110+202=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 110 (43.36% from 255 or 25% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #806ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ECA is #7F9135. Grayscale: #7D7D7D. Windows color (decimal): -8360246 or 13266560. OLE color: 13266560.

HSL color Cylindrical-coordinate representation of color #806ECA: hue angle of 251.74º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #806ECA is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB128110202-
CMYK0.370.4600.21
HSL251.74º46.46%61.18%-
HSV(B)251.74º45.54%79.22%-
XYZ25.1420.0158.41-
YUV125.87170.96129.52-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 110 (43.36% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 45.91%
R=29.09%
G=25%
B=45.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281102020.370.4600.21251.7446.4661.18
Hex806ECA252E015fc2e3d
Octal20015631245560253745675
Binary1000000011011101100101010010110111001010111111100101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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