#7C7AC9

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

Shades of Moody Blue #7C7AC9

Tints of Moody Blue #7C7AC9

Color information

#7C7AC9 (or 0x7C7AC9) is unknown color: approx Moody Blue. HEX triplet: 7C, 7A and C9. RGB value is (124,122,201). Sum of RGB (Red+Green+Blue) = 124+122+201=447 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.74% from 447); Green value is 122 (48.05% from 255 or 27.29% from 447); Blue value is 201 (78.91% from 255 or 44.97% from 447); Max value from RGB is 201 - color contains mainly: blue. Hex color #7C7AC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7AC9 is #838536. Grayscale: #838383. Windows color (decimal): -8619319 or 13204092. OLE color: 13204092.

HSL color Cylindrical-coordinate representation of color #7C7AC9: hue angle of 241.52º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C7AC9 is Cyan = 0.38, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB124122201-
CMYK0.380.3900.21
HSL241.52º42.25%63.33%-
HSV(B)241.52º39.3%78.82%-
XYZ25.8122.4258.23-
YUV131.6167.16122.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.74%
GREEN value IS 122 (48.05% from 255) = 27.29%
BLUE value IS 201 (78.91% from 255) = 44.97%
R=27.74%
G=27.29%
B=44.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1241222010.380.3900.21241.5242.2563.33
Hex7C7AC92627015f22a3f
Octal17417231146470253625277
Binary111110011110101100100110011010011101010111110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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