#7D7BC0

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

Shades of Moody Blue #7D7BC0

Tints of Moody Blue #7D7BC0

Color information

#7D7BC0 (or 0x7D7BC0) is unknown color: approx Moody Blue. HEX triplet: 7D, 7B and C0. RGB value is (125,123,192). Sum of RGB (Red+Green+Blue) = 125+123+192=440 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.41% from 440); Green value is 123 (48.44% from 255 or 27.95% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #7D7BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BC0 is #82843F. Grayscale: #838383. Windows color (decimal): -8553536 or 12614525. OLE color: 12614525.

HSL color Cylindrical-coordinate representation of color #7D7BC0: hue angle of 241.74º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7D7BC0 is Cyan = 0.35, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB125123192-
CMYK0.350.3600.25
HSL241.74º35.38%61.76%-
HSV(B)241.74º35.94%75.29%-
XYZ25.0522.3352.86-
YUV131.46162.16123.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.41%
GREEN value IS 123 (48.44% from 255) = 27.95%
BLUE value IS 192 (75.39% from 255) = 43.64%
R=28.41%
G=27.95%
B=43.64%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251231920.350.3600.25241.7435.3861.76
Hex7D7BC02324019f2233e
Octal17517330043440313624376
Binary111110111110111100000010001110010001100111110010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D7BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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