#807DBA

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

Shades of Moody Blue #807DBA

Tints of Moody Blue #807DBA

Color information

#807DBA (or 0x807DBA) is unknown color: approx Moody Blue. HEX triplet: 80, 7D and BA. RGB value is (128,125,186). Sum of RGB (Red+Green+Blue) = 128+125+186=439 (58% of max value = 765). Red value is 128 (50.39% from 255 or 29.16% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #807DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #807DBA is #7F8245. Grayscale: #848484. Windows color (decimal): -8356422 or 12221824. OLE color: 12221824.

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

Color convert

RGB128125186-
CMYK0.310.3300.27
HSL242.95º30.65%60.98%-
HSV(B)242.95º32.8%72.94%-
XYZ25.122.849.53-
YUV132.85157.99124.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.16%
GREEN value IS 125 (49.22% from 255) = 28.47%
BLUE value IS 186 (73.05% from 255) = 42.37%
R=29.16%
G=28.47%
B=42.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1281251860.310.3300.27242.9530.6560.98
Hex807DBA1F2101Bf31f3d
Octal20017527237410333633775
Binary10000000111110110111010111111000010110111111001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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