#717AAF

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

Shades of Chetwode Blue #717AAF

Tints of Chetwode Blue #717AAF

Color information

#717AAF (or 0x717AAF) is unknown color: approx Chetwode Blue. HEX triplet: 71, 7A and AF. RGB value is (113,122,175). Sum of RGB (Red+Green+Blue) = 113+122+175=410 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.56% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #717AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717AAF is #8E8550. Grayscale: #7D7D7D. Windows color (decimal): -9340241 or 11500145. OLE color: 11500145.

HSL color Cylindrical-coordinate representation of color #717AAF: hue angle of 231.29º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #717AAF is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB113122175-
CMYK0.350.3000.31
HSL231.29º27.93%56.47%-
HSV(B)231.29º35.43%68.63%-
XYZ21.5120.5243.39-
YUV125.35156.02119.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.56%
GREEN value IS 122 (48.05% from 255) = 29.76%
BLUE value IS 175 (68.75% from 255) = 42.68%
R=27.56%
G=29.76%
B=42.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131221750.350.3000.31231.2927.9356.47
Hex717AAF231E01Fe71c38
Octal16117225743360373473470
Binary1110001111101010101111100011111100111111110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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