#806FCA

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

Shades of Moody Blue #806FCA

Tints of Moody Blue #806FCA

Color information

#806FCA (or 0x806FCA) is unknown color: approx Moody Blue. HEX triplet: 80, 6F and CA. RGB value is (128,111,202). Sum of RGB (Red+Green+Blue) = 128+111+202=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #806FCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806FCA is #7F9035. Grayscale: #7E7E7E. Windows color (decimal): -8359990 or 13266816. OLE color: 13266816.

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

Color convert

RGB128111202-
CMYK0.370.4500.21
HSL251.21º46.19%61.37%-
HSV(B)251.21º45.05%79.22%-
XYZ25.2520.2258.45-
YUV126.46170.63129.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 111 (43.75% from 255) = 25.17%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=29.02%
G=25.17%
B=45.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281112020.370.4500.21251.2146.1961.37
Hex806FCA252D015fb2e3d
Octal20015731245550253735675
Binary1000000011011111100101010010110110101010111111011101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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