#807BB1

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

Shades of Moody Blue #807BB1

Tints of Moody Blue #807BB1

Color information

#807BB1 (or 0x807BB1) is unknown color: approx Moody Blue. HEX triplet: 80, 7B and B1. RGB value is (128,123,177). Sum of RGB (Red+Green+Blue) = 128+123+177=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 177 (69.53% from 255 or 41.36% from 428); Max value from RGB is 177 - color contains mainly: blue. Hex color #807BB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BB1 is #7F844E. Grayscale: #828282. Windows color (decimal): -8356943 or 11631488. OLE color: 11631488.

HSL color Cylindrical-coordinate representation of color #807BB1: hue angle of 245.56º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807BB1 is Cyan = 0.28, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128123177-
CMYK0.280.3100.31
HSL245.56º25.71%58.82%-
HSV(B)245.56º30.51%69.41%-
XYZ23.9221.9344.57-
YUV130.65154.16126.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.91%
GREEN value IS 123 (48.44% from 255) = 28.74%
BLUE value IS 177 (69.53% from 255) = 41.36%
R=29.91%
G=28.74%
B=41.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281231770.280.3100.31245.5625.7158.82
Hex807BB11C1F01Ff61a3b
Octal20017326134370373663273
Binary1000000011110111011000111100111110111111111011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,123,177); }

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

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

 a { background-color: rgb(128,123,177); }

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

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

 span { border-color: rgb(128,123,177); }

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