#7C7BAE

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

Shades of Moody Blue #7C7BAE

Tints of Moody Blue #7C7BAE

Color information

#7C7BAE (or 0x7C7BAE) is unknown color: approx Moody Blue. HEX triplet: 7C, 7B and AE. RGB value is (124,123,174). Sum of RGB (Red+Green+Blue) = 124+123+174=421 (55% of max value = 765). Red value is 124 (48.83% from 255 or 29.45% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 174 (68.36% from 255 or 41.33% from 421); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C7BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C7BAE is #838451. Grayscale: #808080. Windows color (decimal): -8619090 or 11434876. OLE color: 11434876.

HSL color Cylindrical-coordinate representation of color #7C7BAE: hue angle of 241.18º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C7BAE is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB124123174-
CMYK0.290.2900.32
HSL241.18º23.94%58.24%-
HSV(B)241.18º29.31%68.24%-
XYZ23.0421.5142.98-
YUV129.11153.33124.35-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 29.45%
GREEN value IS 123 (48.44% from 255) = 29.22%
BLUE value IS 174 (68.36% from 255) = 41.33%
R=29.45%
G=29.22%
B=41.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1241231740.290.2900.32241.1823.9458.24
Hex7C7BAE1D1D020f1183a
Octal17417325635350403613072
Binary1111100111101110101110111011110101000001111000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,123,174); }

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

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

 a { background-color: rgb(124,123,174); }

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

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

 span { border-color: rgb(124,123,174); }

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