#807EBB

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

Shades of Moody Blue #807EBB

Tints of Moody Blue #807EBB

Color information

#807EBB (or 0x807EBB) is unknown color: approx Moody Blue. HEX triplet: 80, 7E and BB. RGB value is (128,126,187). Sum of RGB (Red+Green+Blue) = 128+126+187=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #807EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807EBB is #7F8144. Grayscale: #858585. Windows color (decimal): -8356165 or 12287616. OLE color: 12287616.

HSL color Cylindrical-coordinate representation of color #807EBB: hue angle of 241.97º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #807EBB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128126187-
CMYK0.320.3300.27
HSL241.97º30.96%61.37%-
HSV(B)241.97º32.62%73.33%-
XYZ25.3323.150.14-
YUV133.55158.16124.04-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=29.02%
G=28.57%
B=42.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281261870.320.3300.27241.9730.9661.37
Hex807EBB202101Bf21f3d
Octal20017627340410333623775
Binary100000001111110101110111000001000010110111111001011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,126,187); }

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

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

 a { background-color: rgb(128,126,187); }

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

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

 span { border-color: rgb(128,126,187); }

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