#7571CD

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

Shades of Moody Blue #7571CD

Tints of Moody Blue #7571CD

Color information

#7571CD (or 0x7571CD) is unknown color: approx Moody Blue. HEX triplet: 75, 71 and CD. RGB value is (117,113,205). Sum of RGB (Red+Green+Blue) = 117+113+205=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #7571CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571CD is #8A8E32. Grayscale: #7C7C7C. Windows color (decimal): -9080371 or 13463925. OLE color: 13463925.

HSL color Cylindrical-coordinate representation of color #7571CD: hue angle of 242.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7571CD is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117113205-
CMYK0.430.4500.20
HSL242.61º47.92%62.35%-
HSV(B)242.61º44.88%80.39%-
XYZ24.262060.34-
YUV124.68173.33122.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.90%
GREEN value IS 113 (44.53% from 255) = 25.98%
BLUE value IS 205 (80.47% from 255) = 47.13%
R=26.90%
G=25.98%
B=47.13%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171132050.430.4500.20242.6147.9262.35
Hex7571CD2B2D014f3303e
Octal16516131553550243636076
Binary111010111100011100110110101110110101010011110011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7571CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7571CD; }

 p { color: rgb(117,113,205); }

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

<style>
 a { background-color: #7571CD; }

 a { background-color: rgb(117,113,205); }

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

<style>
 span { border-color: #7571CD; }

 span { border-color: rgb(117,113,205); }

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