#717AAC

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

Shades of Chetwode Blue #717AAC

Tints of Chetwode Blue #717AAC

Color information

#717AAC (or 0x717AAC) is unknown color: approx Chetwode Blue. HEX triplet: 71, 7A and AC. RGB value is (113,122,172). Sum of RGB (Red+Green+Blue) = 113+122+172=407 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.76% from 407); Green value is 122 (48.05% from 255 or 29.98% from 407); Blue value is 172 (67.58% from 255 or 42.26% from 407); Max value from RGB is 172 - color contains mainly: blue. Hex color #717AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAC is #8E8553. Grayscale: #7C7C7C. Windows color (decimal): -9340244 or 11303537. OLE color: 11303537.

HSL color Cylindrical-coordinate representation of color #717AAC: hue angle of 230.85º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #717AAC is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113122172-
CMYK0.340.2900.33
HSL230.85º26.22%55.88%-
HSV(B)230.85º34.3%67.45%-
XYZ21.2220.4141.85-
YUV125.01154.52119.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.76%
GREEN value IS 122 (48.05% from 255) = 29.98%
BLUE value IS 172 (67.58% from 255) = 42.26%
R=27.76%
G=29.98%
B=42.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131221720.340.2900.33230.8526.2255.88
Hex717AAC221D021e71a38
Octal16117225442350413473270
Binary11100011111010101011001000101110101000011110011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717AAC; }

 p { color: rgb(113,122,172); }

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

<style>
 a { background-color: #717AAC; }

 a { background-color: rgb(113,122,172); }

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

<style>
 span { border-color: #717AAC; }

 span { border-color: rgb(113,122,172); }

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