#807cb4

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

Shades of Moody Blue #807CB4

Tints of Moody Blue #807CB4

Color information

#807CB4 (or 0x807CB4) is unknown color: approx Moody Blue. HEX triplet: 80, 7C and B4. RGB value is (128,124,180). Sum of RGB (Red+Green+Blue) = 128+124+180=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 124 (48.83% from 255 or 28.70% from 432); Blue value is 180 (70.70% from 255 or 41.67% from 432); Max value from RGB is 180 - color contains mainly: blue. Hex color #807CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CB4 is #7F834B. Grayscale: #838383. Windows color (decimal): -8356684 or 11828352. OLE color: 11828352.

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

Color convert

RGB128124180-
CMYK0.290.3100.29
HSL244.29º27.18%59.61%-
HSV(B)244.29º31.11%70.59%-
XYZ24.3522.346.2-
YUV131.58155.33125.45-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.63%
GREEN value IS 124 (48.83% from 255) = 28.70%
BLUE value IS 180 (70.70% from 255) = 41.67%
R=29.63%
G=28.70%
B=41.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1281241800.290.3100.29244.2927.1859.61
Hex807CB41D1F01Df41b3c
Octal20017426435370353643374
Binary1000000011111001011010011101111110111011111010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807cb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,124,180); }

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

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

 a { background-color: rgb(128,124,180); }

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

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

 span { border-color: rgb(128,124,180); }

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