#7D6ACA

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

Shades of Moody Blue #7D6ACA

Tints of Moody Blue #7D6ACA

Color information

#7D6ACA (or 0x7D6ACA) is unknown color: approx Moody Blue. HEX triplet: 7D, 6A and CA. RGB value is (125,106,202). Sum of RGB (Red+Green+Blue) = 125+106+202=433 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.87% from 433); Green value is 106 (41.80% from 255 or 24.48% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D6ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6ACA is #829535. Grayscale: #7A7A7A. Windows color (decimal): -8557878 or 13265533. OLE color: 13265533.

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

Color convert

RGB125106202-
CMYK0.380.4800.21
HSL251.88º47.52%60.39%-
HSV(B)251.88º47.52%79.22%-
XYZ24.2718.9358.25-
YUV122.62172.79129.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.87%
GREEN value IS 106 (41.80% from 255) = 24.48%
BLUE value IS 202 (79.30% from 255) = 46.65%
R=28.87%
G=24.48%
B=46.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251062020.380.4800.21251.8847.5260.39
Hex7D6ACA2630015fc303c
Octal17515231246600253746074
Binary111110111010101100101010011011000001010111111100110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D6ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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