#7576BC

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

Shades of Chetwode Blue #7576BC

Tints of Chetwode Blue #7576BC

Color information

#7576BC (or 0x7576BC) is unknown color: approx Chetwode Blue. HEX triplet: 75, 76 and BC. RGB value is (117,118,188). Sum of RGB (Red+Green+Blue) = 117+118+188=423 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.66% from 423); Green value is 118 (46.48% from 255 or 27.90% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 188 - color contains mainly: blue. Hex color #7576BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7576BC is #8A8943. Grayscale: #7D7D7D. Windows color (decimal): -9079108 or 12351093. OLE color: 12351093.

HSL color Cylindrical-coordinate representation of color #7576BC: hue angle of 239.15º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7576BC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB117118188-
CMYK0.380.3700.26
HSL239.15º34.63%59.8%-
HSV(B)239.15º37.77%73.73%-
XYZ22.8920.3750.3-
YUV125.68163.17121.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.66%
GREEN value IS 118 (46.48% from 255) = 27.90%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=27.66%
G=27.90%
B=44.44%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171181880.380.3700.26239.1534.6359.8
Hex7576BC262501Aef233c
Octal16516627446450323574374
Binary111010111101101011110010011010010101101011101111100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7576BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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