#7D71C8

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

Shades of Moody Blue #7D71C8

Tints of Moody Blue #7D71C8

Color information

#7D71C8 (or 0x7D71C8) is unknown color: approx Moody Blue. HEX triplet: 7D, 71 and C8. RGB value is (125,113,200). Sum of RGB (Red+Green+Blue) = 125+113+200=438 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.54% from 438); Green value is 113 (44.53% from 255 or 25.80% from 438); Blue value is 200 (78.52% from 255 or 45.66% from 438); Max value from RGB is 200 - color contains mainly: blue. Hex color #7D71C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D71C8 is #828E37. Grayscale: #7E7E7E. Windows color (decimal): -8556088 or 13136253. OLE color: 13136253.

HSL color Cylindrical-coordinate representation of color #7D71C8: hue angle of 248.28º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D71C8 is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB125113200-
CMYK0.380.4400.22
HSL248.28º44.16%61.37%-
HSV(B)248.28º43.5%78.43%-
XYZ24.7920.3457.26-
YUV126.51169.48126.93-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.54%
GREEN value IS 113 (44.53% from 255) = 25.80%
BLUE value IS 200 (78.52% from 255) = 45.66%
R=28.54%
G=25.80%
B=45.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1251132000.380.4400.22248.2844.1661.37
Hex7D71C8262C016f82c3d
Octal17516131046540263705475
Binary111110111100011100100010011010110001011011111000101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D71C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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