#7D6ABC

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

Shades of Moody Blue #7D6ABC

Tints of Moody Blue #7D6ABC

Color information

#7D6ABC (or 0x7D6ABC) is unknown color: approx Moody Blue. HEX triplet: 7D, 6A and BC. RGB value is (125,106,188). Sum of RGB (Red+Green+Blue) = 125+106+188=419 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.83% from 419); Green value is 106 (41.80% from 255 or 25.30% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D6ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ABC is #829543. Grayscale: #787878. Windows color (decimal): -8557892 or 12348029. OLE color: 12348029.

HSL color Cylindrical-coordinate representation of color #7D6ABC: hue angle of 253.9º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D6ABC is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB125106188-
CMYK0.340.4400.26
HSL253.9º37.96%57.65%-
HSV(B)253.9º43.62%73.73%-
XYZ22.6918.349.91-
YUV121.03165.79130.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.83%
GREEN value IS 106 (41.80% from 255) = 25.30%
BLUE value IS 188 (73.83% from 255) = 44.87%
R=29.83%
G=25.30%
B=44.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251061880.340.4400.26253.937.9657.65
Hex7D6ABC222C01Afe263a
Octal17515227442540323764672
Binary111110111010101011110010001010110001101011111110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,106,188); }

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

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

 a { background-color: rgb(125,106,188); }

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

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

 span { border-color: rgb(125,106,188); }

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