#807BBA

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

Shades of Moody Blue #807BBA

Tints of Moody Blue #807BBA

Color information

#807BBA (or 0x807BBA) is unknown color: approx Moody Blue. HEX triplet: 80, 7B and BA. RGB value is (128,123,186). Sum of RGB (Red+Green+Blue) = 128+123+186=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #807BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807BBA is #7F8445. Grayscale: #838383. Windows color (decimal): -8356934 or 12221312. OLE color: 12221312.

HSL color Cylindrical-coordinate representation of color #807BBA: hue angle of 244.76º degrees, saturation: 0.31, 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 #807BBA is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB128123186-
CMYK0.310.3400.27
HSL244.76º31.34%60.59%-
HSV(B)244.76º33.87%72.94%-
XYZ24.8522.349.45-
YUV131.68158.66125.38-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.29%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 186 (73.05% from 255) = 42.56%
R=29.29%
G=28.15%
B=42.56%

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
Decimal1281231860.310.3400.27244.7631.3460.59
Hex807BBA1F2201Bf51f3d
Octal20017327237420333653775
Binary10000000111101110111010111111000100110111111010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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