#807DCE

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

Shades of Moody Blue #807DCE

Tints of Moody Blue #807DCE

Color information

#807DCE (or 0x807DCE) is unknown color: approx Moody Blue. HEX triplet: 80, 7D and CE. RGB value is (128,125,206). Sum of RGB (Red+Green+Blue) = 128+125+206=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #807DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DCE is #7F8231. Grayscale: #868686. Windows color (decimal): -8356402 or 13532544. OLE color: 13532544.

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

Color convert

RGB128125206-
CMYK0.380.3900.19
HSL242.22º45.25%64.9%-
HSV(B)242.22º39.32%80.78%-
XYZ27.3823.7161.53-
YUV135.13167.99122.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 206 (80.86% from 255) = 44.88%
R=27.89%
G=27.23%
B=44.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281252060.380.3900.19242.2245.2564.9
Hex807DCE2627013f22d41
Octal200175316464702336255101
Binary10000000111110111001110100110100111010011111100101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,125,206); }

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

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

 a { background-color: rgb(128,125,206); }

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

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

 span { border-color: rgb(128,125,206); }

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