#7571BF

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

Shades of Moody Blue #7571BF

Tints of Moody Blue #7571BF

Color information

#7571BF (or 0x7571BF) is unknown color: approx Moody Blue. HEX triplet: 75, 71 and BF. RGB value is (117,113,191). Sum of RGB (Red+Green+Blue) = 117+113+191=421 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.79% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #7571BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7571BF is #8A8E40. Grayscale: #7A7A7A. Windows color (decimal): -9080385 or 12546421. OLE color: 12546421.

HSL color Cylindrical-coordinate representation of color #7571BF: hue angle of 243.08º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7571BF is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB117113191-
CMYK0.390.4100.25
HSL243.08º37.86%59.61%-
HSV(B)243.08º40.84%74.9%-
XYZ22.6519.3551.83-
YUV123.09166.33123.66-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.79%
GREEN value IS 113 (44.53% from 255) = 26.84%
BLUE value IS 191 (75% from 255) = 45.37%
R=27.79%
G=26.84%
B=45.37%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171131910.390.4100.25243.0837.8659.61
Hex7571BF2729019f3263c
Octal16516127747510313634674
Binary111010111100011011111110011110100101100111110011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7571BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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