#807ABB

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

Shades of Moody Blue #807ABB

Tints of Moody Blue #807ABB

Color information

#807ABB (or 0x807ABB) is unknown color: approx Moody Blue. HEX triplet: 80, 7A and BB. RGB value is (128,122,187). Sum of RGB (Red+Green+Blue) = 128+122+187=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #807ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ABB is #7F8544. Grayscale: #828282. Windows color (decimal): -8357189 or 12286592. OLE color: 12286592.

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

Color convert

RGB128122187-
CMYK0.320.3500.27
HSL245.54º32.34%60.59%-
HSV(B)245.54º34.76%73.33%-
XYZ24.8322.149.97-
YUV131.2159.49125.71-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=29.29%
G=27.92%
B=42.79%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281221870.320.3500.27245.5432.3460.59
Hex807ABB202301Bf6203d
Octal20017227340430333664075
Binary1000000011110101011101110000010001101101111110110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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