#807FB3

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

Shades of Moody Blue #807FB3

Tints of Moody Blue #807FB3

Color information

#807FB3 (or 0x807FB3) is unknown color: approx Moody Blue. HEX triplet: 80, 7F and B3. RGB value is (128,127,179). Sum of RGB (Red+Green+Blue) = 128+127+179=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 179 (70.31% from 255 or 41.24% from 434); Max value from RGB is 179 - color contains mainly: blue. Hex color #807FB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FB3 is #7F804C. Grayscale: #858585. Windows color (decimal): -8355917 or 11763584. OLE color: 11763584.

HSL color Cylindrical-coordinate representation of color #807FB3: hue angle of 241.15º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #807FB3 is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB128127179-
CMYK0.280.2900.30
HSL241.15º25.49%60%-
HSV(B)241.15º29.05%70.2%-
XYZ24.6323.0245.79-
YUV133.23153.83124.27-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.49%
GREEN value IS 127 (50% from 255) = 29.26%
BLUE value IS 179 (70.31% from 255) = 41.24%
R=29.49%
G=29.26%
B=41.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1281271790.280.2900.30241.1525.4960
Hex807FB31C1D01Ef1193c
Octal20017726334350363613174
Binary1000000011111111011001111100111010111101111000111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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