#807ECD

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

Shades of Moody Blue #807ECD

Tints of Moody Blue #807ECD

Color information

#807ECD (or 0x807ECD) is unknown color: approx Moody Blue. HEX triplet: 80, 7E and CD. RGB value is (128,126,205). Sum of RGB (Red+Green+Blue) = 128+126+205=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #807ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ECD is #7F8132. Grayscale: #878787. Windows color (decimal): -8356147 or 13467264. OLE color: 13467264.

HSL color Cylindrical-coordinate representation of color #807ECD: hue angle of 241.52º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #807ECD is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB128126205-
CMYK0.380.3900.20
HSL241.52º44.13%64.9%-
HSV(B)241.52º38.54%80.39%-
XYZ27.3823.9260.93-
YUV135.6167.16122.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 205 (80.47% from 255) = 44.66%
R=27.89%
G=27.45%
B=44.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1281262050.380.3900.20241.5244.1364.9
Hex807ECD2627014f22c41
Octal200176315464702436254101
Binary10000000111111011001101100110100111010100111100101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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