#717AAD

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

Shades of Chetwode Blue #717AAD

Tints of Chetwode Blue #717AAD

Color information

#717AAD (or 0x717AAD) is unknown color: approx Chetwode Blue. HEX triplet: 71, 7A and AD. RGB value is (113,122,173). Sum of RGB (Red+Green+Blue) = 113+122+173=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 122 (48.05% from 255 or 29.90% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #717AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAD is #8E8552. Grayscale: #7C7C7C. Windows color (decimal): -9340243 or 11369073. OLE color: 11369073.

HSL color Cylindrical-coordinate representation of color #717AAD: hue angle of 231º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717AAD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113122173-
CMYK0.350.2900.32
HSL231º26.79%56.08%-
HSV(B)231º34.68%67.84%-
XYZ21.3120.4542.36-
YUV125.12155.02119.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 122 (48.05% from 255) = 29.90%
BLUE value IS 173 (67.97% from 255) = 42.40%
R=27.70%
G=29.90%
B=42.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131221730.350.2900.3223126.7956.08
Hex717AAD231D020e71b38
Octal16117225543350403473370
Binary11100011111010101011011000111110101000001110011111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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