#7E7BAF

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

Shades of Moody Blue #7E7BAF

Tints of Moody Blue #7E7BAF

Color information

#7E7BAF (or 0x7E7BAF) is unknown color: approx Moody Blue. HEX triplet: 7E, 7B and AF. RGB value is (126,123,175). Sum of RGB (Red+Green+Blue) = 126+123+175=424 (56% of max value = 765). Red value is 126 (49.61% from 255 or 29.72% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 175 (68.75% from 255 or 41.27% from 424); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E7BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E7BAF is #818450. Grayscale: #818181. Windows color (decimal): -8488017 or 11500414. OLE color: 11500414.

HSL color Cylindrical-coordinate representation of color #7E7BAF: hue angle of 243.46º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7E7BAF is Cyan = 0.28, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB126123175-
CMYK0.280.3000.31
HSL243.46º24.53%58.43%-
HSV(B)243.46º29.71%68.63%-
XYZ23.4321.743.51-
YUV129.82153.49125.27-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 29.72%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 175 (68.75% from 255) = 41.27%
R=29.72%
G=29.01%
B=41.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261231750.280.3000.31243.4624.5358.43
Hex7E7BAF1C1E01Ff3193a
Octal17617325734360373633172
Binary111111011110111010111111100111100111111111001111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E7BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7E7BAF; }

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

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

<style>
 a { background-color: #7E7BAF; }

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

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

<style>
 span { border-color: #7E7BAF; }

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

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