#7C7AD1

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

Shades of Moody Blue #7C7AD1

Tints of Moody Blue #7C7AD1

Color information

#7C7AD1 (or 0x7C7AD1) is unknown color: approx Moody Blue. HEX triplet: 7C, 7A and D1. RGB value is (124,122,209). Sum of RGB (Red+Green+Blue) = 124+122+209=455 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.25% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #7C7AD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7AD1 is #83852E. Grayscale: #848484. Windows color (decimal): -8619311 or 13728380. OLE color: 13728380.

HSL color Cylindrical-coordinate representation of color #7C7AD1: hue angle of 241.38º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C7AD1 is Cyan = 0.41, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB124122209-
CMYK0.410.4200.18
HSL241.38º48.6%64.9%-
HSV(B)241.38º41.63%81.96%-
XYZ26.7822.8163.31-
YUV132.52171.16121.93-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.25%
GREEN value IS 122 (48.05% from 255) = 26.81%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=27.25%
G=26.81%
B=45.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1241222090.410.4200.18241.3848.664.9
Hex7C7AD1292A012f13141
Octal174172321515202236161101
Binary1111100111101011010001101001101010010010111100011100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C7AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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