#7D71CE

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

Shades of Moody Blue #7D71CE

Tints of Moody Blue #7D71CE

Color information

#7D71CE (or 0x7D71CE) is unknown color: approx Moody Blue. HEX triplet: 7D, 71 and CE. RGB value is (125,113,206). Sum of RGB (Red+Green+Blue) = 125+113+206=444 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.15% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D71CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D71CE is #828E31. Grayscale: #7E7E7E. Windows color (decimal): -8556082 or 13529469. OLE color: 13529469.

HSL color Cylindrical-coordinate representation of color #7D71CE: hue angle of 247.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D71CE is Cyan = 0.39, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB125113206-
CMYK0.390.4500.19
HSL247.74º48.69%62.55%-
HSV(B)247.74º45.15%80.78%-
XYZ25.520.6361.03-
YUV127.19172.48126.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.15%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=28.15%
G=25.45%
B=46.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1251132060.390.4500.19247.7448.6962.55
Hex7D71CE272D013f8313f
Octal17516131647550233706177
Binary111110111100011100111010011110110101001111111000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D71CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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