#7571BC

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

Shades of Moody Blue #7571BC

Tints of Moody Blue #7571BC

Color information

#7571BC (or 0x7571BC) is unknown color: approx Moody Blue. HEX triplet: 75, 71 and BC. RGB value is (117,113,188). Sum of RGB (Red+Green+Blue) = 117+113+188=418 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.99% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7571BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571BC is #8A8E43. Grayscale: #7A7A7A. Windows color (decimal): -9080388 or 12349813. OLE color: 12349813.

HSL color Cylindrical-coordinate representation of color #7571BC: hue angle of 243.2º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7571BC is Cyan = 0.38, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117113188-
CMYK0.380.4000.26
HSL243.2º35.89%59.02%-
HSV(B)243.2º39.89%73.73%-
XYZ22.3219.2250.11-
YUV122.75164.83123.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.99%
GREEN value IS 113 (44.53% from 255) = 27.03%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=27.99%
G=27.03%
B=44.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171131880.380.4000.26243.235.8959.02
Hex7571BC262801Af3243b
Octal16516127446500323634473
Binary111010111100011011110010011010100001101011110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7571BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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