#807ABA

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

Shades of Moody Blue #807ABA

Tints of Moody Blue #807ABA

Color information

#807ABA (or 0x807ABA) is unknown color: approx Moody Blue. HEX triplet: 80, 7A and BA. RGB value is (128,122,186). Sum of RGB (Red+Green+Blue) = 128+122+186=436 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.36% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #807ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ABA is #7F8545. Grayscale: #828282. Windows color (decimal): -8357190 or 12221056. OLE color: 12221056.

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

Color convert

RGB128122186-
CMYK0.310.3400.27
HSL245.62º31.68%60.39%-
HSV(B)245.62º34.41%72.94%-
XYZ24.7222.0549.41-
YUV131.09158.99125.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.36%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=29.36%
G=27.98%
B=42.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281221860.310.3400.27245.6231.6860.39
Hex807ABA1F2201Bf6203c
Octal20017227237420333664074
Binary100000001111010101110101111110001001101111110110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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