#7D71CB

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

Shades of Moody Blue #7D71CB

Tints of Moody Blue #7D71CB

Color information

#7D71CB (or 0x7D71CB) is unknown color: approx Moody Blue. HEX triplet: 7D, 71 and CB. RGB value is (125,113,203). Sum of RGB (Red+Green+Blue) = 125+113+203=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 113 (44.53% from 255 or 25.62% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #7D71CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D71CB is #828E34. Grayscale: #7E7E7E. Windows color (decimal): -8556085 or 13332861. OLE color: 13332861.

HSL color Cylindrical-coordinate representation of color #7D71CB: hue angle of 248º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D71CB is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB125113203-
CMYK0.380.4400.20
HSL248º46.39%61.96%-
HSV(B)248º44.33%79.61%-
XYZ25.1420.4859.13-
YUV126.85170.98126.68-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 113 (44.53% from 255) = 25.62%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=28.34%
G=25.62%
B=46.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1251132030.380.4400.2024846.3961.96
Hex7D71CB262C014f82e3e
Octal17516131346540243705676
Binary111110111100011100101110011010110001010011111000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D71CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,113,203); }

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

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

 a { background-color: rgb(125,113,203); }

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

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

 span { border-color: rgb(125,113,203); }

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