#7572BA

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

Shades of Chetwode Blue #7572BA

Tints of Chetwode Blue #7572BA

Color information

#7572BA (or 0x7572BA) is unknown color: approx Chetwode Blue. HEX triplet: 75, 72 and BA. RGB value is (117,114,186). Sum of RGB (Red+Green+Blue) = 117+114+186=417 (55% of max value = 765). Red value is 117 (46.09% from 255 or 28.06% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7572BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7572BA is #8A8D45. Grayscale: #7A7A7A. Windows color (decimal): -9080134 or 12218997. OLE color: 12218997.

HSL color Cylindrical-coordinate representation of color #7572BA: hue angle of 242.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7572BA is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB117114186-
CMYK0.370.3900.27
HSL242.5º34.29%58.82%-
HSV(B)242.5º38.71%72.94%-
XYZ22.2219.3649.02-
YUV123.1163.49123.65-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.06%
GREEN value IS 114 (44.92% from 255) = 27.34%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=28.06%
G=27.34%
B=44.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171141860.370.3900.27242.534.2958.82
Hex7572BA252701Bf2223b
Octal16516227245470333624273
Binary111010111100101011101010010110011101101111110010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7572BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7572BA; }

 p { color: rgb(117,114,186); }

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

<style>
 a { background-color: #7572BA; }

 a { background-color: rgb(117,114,186); }

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

<style>
 span { border-color: #7572BA; }

 span { border-color: rgb(117,114,186); }

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