#807BBF

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

Shades of Moody Blue #807BBF

Tints of Moody Blue #807BBF

Color information

#807BBF (or 0x807BBF) is unknown color: approx Moody Blue. HEX triplet: 80, 7B and BF. RGB value is (128,123,191). Sum of RGB (Red+Green+Blue) = 128+123+191=442 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.96% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #807BBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BBF is #7F8440. Grayscale: #838383. Windows color (decimal): -8356929 or 12548992. OLE color: 12548992.

HSL color Cylindrical-coordinate representation of color #807BBF: hue angle of 244.41º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #807BBF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB128123191-
CMYK0.330.3600.25
HSL244.41º34.69%61.57%-
HSV(B)244.41º35.6%74.9%-
XYZ25.3922.5252.3-
YUV132.25161.16124.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.96%
GREEN value IS 123 (48.44% from 255) = 27.83%
BLUE value IS 191 (75% from 255) = 43.21%
R=28.96%
G=27.83%
B=43.21%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1281231910.330.3600.25244.4134.6961.57
Hex807BBF2124019f4233e
Octal20017327741440313644376
Binary1000000011110111011111110000110010001100111110100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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