#807CBB

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

Shades of Moody Blue #807CBB

Tints of Moody Blue #807CBB

Color information

#807CBB (or 0x807CBB) is unknown color: approx Moody Blue. HEX triplet: 80, 7C and BB. RGB value is (128,124,187). Sum of RGB (Red+Green+Blue) = 128+124+187=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #807CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807CBB is #7F8344. Grayscale: #848484. Windows color (decimal): -8356677 or 12287104. OLE color: 12287104.

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

Color convert

RGB128124187-
CMYK0.320.3400.27
HSL243.81º31.66%60.98%-
HSV(B)243.81º33.69%73.33%-
XYZ25.0822.5950.05-
YUV132.38158.83124.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 124 (48.83% from 255) = 28.25%
BLUE value IS 187 (73.44% from 255) = 42.60%
R=29.16%
G=28.25%
B=42.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281241870.320.3400.27243.8131.6660.98
Hex807CBB202201Bf4203d
Octal20017427340420333644075
Binary1000000011111001011101110000010001001101111110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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