#7C7ADB

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

Shades of Moody Blue #7C7ADB

Tints of Moody Blue #7C7ADB

Color information

#7C7ADB (or 0x7C7ADB) is unknown color: approx Moody Blue. HEX triplet: 7C, 7A and DB. RGB value is (124,122,219). Sum of RGB (Red+Green+Blue) = 124+122+219=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #7C7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7ADB is #838524. Grayscale: #858585. Windows color (decimal): -8619301 or 14383740. OLE color: 14383740.

HSL color Cylindrical-coordinate representation of color #7C7ADB: hue angle of 241.24º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C7ADB is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB124122219-
CMYK0.430.4400.14
HSL241.24º57.4%66.86%-
HSV(B)241.24º44.29%85.88%-
XYZ28.0623.3270.04-
YUV133.66176.16121.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.67%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=26.67%
G=26.24%
B=47.10%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1241222190.430.4400.14241.2457.466.86
Hex7C7ADB2B2C0Ef13943
Octal174172333535401636171103
Binary111110011110101101101110101110110001110111100011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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