#7D7BB0

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

Shades of Moody Blue #7D7BB0

Tints of Moody Blue #7D7BB0

Color information

#7D7BB0 (or 0x7D7BB0) is unknown color: approx Moody Blue. HEX triplet: 7D, 7B and B0. RGB value is (125,123,176). Sum of RGB (Red+Green+Blue) = 125+123+176=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 123 (48.44% from 255 or 29.01% from 424); Blue value is 176 (69.14% from 255 or 41.51% from 424); Max value from RGB is 176 - color contains mainly: blue. Hex color #7D7BB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D7BB0 is #82844F. Grayscale: #818181. Windows color (decimal): -8553552 or 11565949. OLE color: 11565949.

HSL color Cylindrical-coordinate representation of color #7D7BB0: hue angle of 242.26º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7D7BB0 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB125123176-
CMYK0.290.3000.31
HSL242.26º25.12%58.63%-
HSV(B)242.26º30.11%69.02%-
XYZ23.3821.6644.02-
YUV129.64154.16124.69-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.48%
GREEN value IS 123 (48.44% from 255) = 29.01%
BLUE value IS 176 (69.14% from 255) = 41.51%
R=29.48%
G=29.01%
B=41.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1251231760.290.3000.31242.2625.1258.63
Hex7D7BB01D1E01Ff2193b
Octal17517326035360373623173
Binary111110111110111011000011101111100111111111001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,123,176); }

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

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

 a { background-color: rgb(125,123,176); }

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

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

 span { border-color: rgb(125,123,176); }

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