#807BBD

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

Shades of Moody Blue #807BBD

Tints of Moody Blue #807BBD

Color information

#807BBD (or 0x807BBD) is unknown color: approx Moody Blue. HEX triplet: 80, 7B and BD. RGB value is (128,123,189). Sum of RGB (Red+Green+Blue) = 128+123+189=440 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.09% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #807BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BBD is #7F8442. Grayscale: #838383. Windows color (decimal): -8356931 or 12417920. OLE color: 12417920.

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

Color convert

RGB128123189-
CMYK0.320.3500.26
HSL244.55º33.33%61.18%-
HSV(B)244.55º34.92%74.12%-
XYZ25.1722.4351.15-
YUV132.02160.16125.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.09%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=29.09%
G=27.95%
B=42.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1281231890.320.3500.26244.5533.3361.18
Hex807BBD202301Af5213d
Octal20017327540430323654175
Binary1000000011110111011110110000010001101101011110101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,123,189); }

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

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

 a { background-color: rgb(128,123,189); }

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

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

 span { border-color: rgb(128,123,189); }

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