#7178A9

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

Shades of Chetwode Blue #7178A9

Tints of Chetwode Blue #7178A9

Color information

#7178A9 (or 0x7178A9) is unknown color: approx Chetwode Blue. HEX triplet: 71, 78 and A9. RGB value is (113,120,169). Sum of RGB (Red+Green+Blue) = 113+120+169=402 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.11% from 402); Green value is 120 (47.27% from 255 or 29.85% from 402); Blue value is 169 (66.41% from 255 or 42.04% from 402); Max value from RGB is 169 - color contains mainly: blue. Hex color #7178A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7178A9 is #8E8756. Grayscale: #7B7B7B. Windows color (decimal): -9340759 or 11106417. OLE color: 11106417.

HSL color Cylindrical-coordinate representation of color #7178A9: hue angle of 232.5º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7178A9 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB113120169-
CMYK0.330.2900.34
HSL232.5º24.56%55.29%-
HSV(B)232.5º33.14%66.27%-
XYZ20.6919.8140.27-
YUV123.49153.68120.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.11%
GREEN value IS 120 (47.27% from 255) = 29.85%
BLUE value IS 169 (66.41% from 255) = 42.04%
R=28.11%
G=29.85%
B=42.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131201690.330.2900.34232.524.5655.29
Hex7178A9211D022e81937
Octal16117025141350423503167
Binary11100011111000101010011000011110101000101110100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7178A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7178A9; }

 p { color: rgb(113,120,169); }

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

<style>
 a { background-color: #7178A9; }

 a { background-color: rgb(113,120,169); }

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

<style>
 span { border-color: #7178A9; }

 span { border-color: rgb(113,120,169); }

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