#807FB5

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

Shades of Moody Blue #807FB5

Tints of Moody Blue #807FB5

Color information

#807FB5 (or 0x807FB5) is unknown color: approx Moody Blue. HEX triplet: 80, 7F and B5. RGB value is (128,127,181). Sum of RGB (Red+Green+Blue) = 128+127+181=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 127 (50% from 255 or 29.13% from 436); Blue value is 181 (71.09% from 255 or 41.51% from 436); Max value from RGB is 181 - color contains mainly: blue. Hex color #807FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807FB5 is #7F804A. Grayscale: #858585. Windows color (decimal): -8355915 or 11894656. OLE color: 11894656.

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

Color convert

RGB128127181-
CMYK0.290.3000.29
HSL241.11º26.73%60.39%-
HSV(B)241.11º29.83%70.98%-
XYZ24.8323.146.87-
YUV133.45154.83124.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 127 (50% from 255) = 29.13%
BLUE value IS 181 (71.09% from 255) = 41.51%
R=29.36%
G=29.13%
B=41.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281271810.290.3000.29241.1126.7360.39
Hex807FB51D1E01Df11b3c
Octal20017726535360353613374
Binary1000000011111111011010111101111100111011111000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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