#807ECA

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

Shades of Moody Blue #807ECA

Tints of Moody Blue #807ECA

Color information

#807ECA (or 0x807ECA) is unknown color: approx Moody Blue. HEX triplet: 80, 7E and CA. RGB value is (128,126,202). Sum of RGB (Red+Green+Blue) = 128+126+202=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #807ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ECA is #7F8135. Grayscale: #868686. Windows color (decimal): -8356150 or 13270656. OLE color: 13270656.

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

Color convert

RGB128126202-
CMYK0.370.3800.21
HSL241.58º41.76%64.31%-
HSV(B)241.58º37.62%79.22%-
XYZ27.0223.7859.04-
YUV135.26165.66122.82-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.07%
GREEN value IS 126 (49.61% from 255) = 27.63%
BLUE value IS 202 (79.30% from 255) = 44.30%
R=28.07%
G=27.63%
B=44.30%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1281262020.370.3800.21241.5841.7664.31
Hex807ECA2526015f22a40
Octal200176312454602536252100
Binary10000000111111011001010100101100110010101111100101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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