#807FCE

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

Shades of Moody Blue #807FCE

Tints of Moody Blue #807FCE

Color information

#807FCE (or 0x807FCE) is unknown color: approx Moody Blue. HEX triplet: 80, 7F and CE. RGB value is (128,127,206). Sum of RGB (Red+Green+Blue) = 128+127+206=461 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.77% from 461); Green value is 127 (50% from 255 or 27.55% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #807FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FCE is #7F8031. Grayscale: #878787. Windows color (decimal): -8355890 or 13533056. OLE color: 13533056.

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

Color convert

RGB128127206-
CMYK0.380.3800.19
HSL240.76º44.63%65.29%-
HSV(B)240.76º38.35%80.78%-
XYZ27.6324.2261.61-
YUV136.3167.33122.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.77%
GREEN value IS 127 (50% from 255) = 27.55%
BLUE value IS 206 (80.86% from 255) = 44.69%
R=27.77%
G=27.55%
B=44.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1281272060.380.3800.19240.7644.6365.29
Hex807FCE2626013f12d41
Octal200177316464602336155101
Binary10000000111111111001110100110100110010011111100011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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