#807ABF

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

Shades of Moody Blue #807ABF

Tints of Moody Blue #807ABF

Color information

#807ABF (or 0x807ABF) is unknown color: approx Moody Blue. HEX triplet: 80, 7A and BF. RGB value is (128,122,191). Sum of RGB (Red+Green+Blue) = 128+122+191=441 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.02% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 191 (75% from 255 or 43.31% from 441); Max value from RGB is 191 - color contains mainly: blue. Hex color #807ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807ABF is #7F8540. Grayscale: #838383. Windows color (decimal): -8357185 or 12548736. OLE color: 12548736.

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

Color convert

RGB128122191-
CMYK0.330.3600.25
HSL245.22º35.03%61.37%-
HSV(B)245.22º36.13%74.9%-
XYZ25.2722.2752.26-
YUV131.66161.49125.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.02%
GREEN value IS 122 (48.05% from 255) = 27.66%
BLUE value IS 191 (75% from 255) = 43.31%
R=29.02%
G=27.66%
B=43.31%

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
Decimal1281221910.330.3600.25245.2235.0361.37
Hex807ABF2124019f5233d
Octal20017227741440313654375
Binary1000000011110101011111110000110010001100111110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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