#717BAD

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

Shades of Chetwode Blue #717BAD

Tints of Chetwode Blue #717BAD

Color information

#717BAD (or 0x717BAD) is unknown color: approx Chetwode Blue. HEX triplet: 71, 7B and AD. RGB value is (113,123,173). Sum of RGB (Red+Green+Blue) = 113+123+173=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 173 (67.97% from 255 or 42.30% from 409); Max value from RGB is 173 - color contains mainly: blue. Hex color #717BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #717BAD is #8E8452. Grayscale: #7D7D7D. Windows color (decimal): -9339987 or 11369329. OLE color: 11369329.

HSL color Cylindrical-coordinate representation of color #717BAD: hue angle of 230º 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 #717BAD is Cyan = 0.35, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113123173-
CMYK0.350.2900.32
HSL230º26.79%56.08%-
HSV(B)230º34.68%67.84%-
XYZ21.4420.6942.4-
YUV125.71154.69118.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 123 (48.44% from 255) = 30.07%
BLUE value IS 173 (67.97% from 255) = 42.30%
R=27.63%
G=30.07%
B=42.30%

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
Decimal1131231730.350.2900.3223026.7956.08
Hex717BAD231D020e61b38
Octal16117325543350403463370
Binary11100011111011101011011000111110101000001110011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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