#7C7ABF

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

Shades of Moody Blue #7C7ABF

Tints of Moody Blue #7C7ABF

Color information

#7C7ABF (or 0x7C7ABF) is unknown color: approx Moody Blue. HEX triplet: 7C, 7A and BF. RGB value is (124,122,191). Sum of RGB (Red+Green+Blue) = 124+122+191=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C7ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ABF is #838540. Grayscale: #828282. Windows color (decimal): -8619329 or 12548732. OLE color: 12548732.

HSL color Cylindrical-coordinate representation of color #7C7ABF: hue angle of 241.74º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7C7ABF is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB124122191-
CMYK0.350.3600.25
HSL241.74º35.03%61.37%-
HSV(B)241.74º36.13%74.9%-
XYZ24.6821.9752.23-
YUV130.46162.16123.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 28.38%
GREEN value IS 122 (48.05% from 255) = 27.92%
BLUE value IS 191 (75% from 255) = 43.71%
R=28.38%
G=27.92%
B=43.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1241221910.350.3600.25241.7435.0361.37
Hex7C7ABF2324019f2233d
Octal17417227743440313624375
Binary111110011110101011111110001110010001100111110010100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,122,191); }

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

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

 a { background-color: rgb(124,122,191); }

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

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

 span { border-color: rgb(124,122,191); }

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