#7D7AB7

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

Shades of Moody Blue #7D7AB7

Tints of Moody Blue #7D7AB7

Color information

#7D7AB7 (or 0x7D7AB7) is unknown color: approx Moody Blue. HEX triplet: 7D, 7A and B7. RGB value is (125,122,183). Sum of RGB (Red+Green+Blue) = 125+122+183=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 122 (48.05% from 255 or 28.37% from 430); Blue value is 183 (71.88% from 255 or 42.56% from 430); Max value from RGB is 183 - color contains mainly: blue. Hex color #7D7AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7AB7 is #828548. Grayscale: #818181. Windows color (decimal): -8553801 or 12024445. OLE color: 12024445.

HSL color Cylindrical-coordinate representation of color #7D7AB7: hue angle of 242.95º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D7AB7 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB125122183-
CMYK0.320.3300.28
HSL242.95º29.76%59.8%-
HSV(B)242.95º33.33%71.76%-
XYZ23.9621.747.72-
YUV129.85157.99124.54-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 122 (48.05% from 255) = 28.37%
BLUE value IS 183 (71.88% from 255) = 42.56%
R=29.07%
G=28.37%
B=42.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1251221830.320.3300.28242.9529.7659.8
Hex7D7AB7202101Cf31e3c
Octal17517226740410343633674
Binary11111011111010101101111000001000010111001111001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,122,183); }

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

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

 a { background-color: rgb(125,122,183); }

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

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

 span { border-color: rgb(125,122,183); }

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