#807EAF

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

Shades of Moody Blue #807EAF

Tints of Moody Blue #807EAF

Color information

#807EAF (or 0x807EAF) is unknown color: approx Moody Blue. HEX triplet: 80, 7E and AF. RGB value is (128,126,175). Sum of RGB (Red+Green+Blue) = 128+126+175=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 126 (49.61% from 255 or 29.37% from 429); Blue value is 175 (68.75% from 255 or 40.79% from 429); Max value from RGB is 175 - color contains mainly: blue. Hex color #807EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807EAF is #7F8150. Grayscale: #838383. Windows color (decimal): -8356177 or 11501184. OLE color: 11501184.

HSL color Cylindrical-coordinate representation of color #807EAF: hue angle of 242.45º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807EAF is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB128126175-
CMYK0.270.2800.31
HSL242.45º23.44%59.02%-
HSV(B)242.45º28%68.63%-
XYZ24.122.6143.65-
YUV132.18152.16125.02-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 29.84%
GREEN value IS 126 (49.61% from 255) = 29.37%
BLUE value IS 175 (68.75% from 255) = 40.79%
R=29.84%
G=29.37%
B=40.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1281261750.270.2800.31242.4523.4459.02
Hex807EAF1B1C01Ff2173b
Octal20017625733340373622773
Binary1000000011111101010111111011111000111111111001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #807EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,126,175); }

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

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

 a { background-color: rgb(128,126,175); }

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

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

 span { border-color: rgb(128,126,175); }

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