#717BBA

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

Shades of Chetwode Blue #717BBA

Tints of Chetwode Blue #717BBA

Color information

#717BBA (or 0x717BBA) is unknown color: approx Chetwode Blue. HEX triplet: 71, 7B and BA. RGB value is (113,123,186). Sum of RGB (Red+Green+Blue) = 113+123+186=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 123 (48.44% from 255 or 29.15% from 422); Blue value is 186 (73.05% from 255 or 44.08% from 422); Max value from RGB is 186 - color contains mainly: blue. Hex color #717BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717BBA is #8E8445. Grayscale: #7E7E7E. Windows color (decimal): -9339974 or 12221297. OLE color: 12221297.

HSL color Cylindrical-coordinate representation of color #717BBA: hue angle of 231.78º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #717BBA is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113123186-
CMYK0.390.3400.27
HSL231.78º34.6%58.63%-
HSV(B)231.78º39.25%72.94%-
XYZ22.7621.2249.35-
YUV127.19161.19117.88-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.78%
GREEN value IS 123 (48.44% from 255) = 29.15%
BLUE value IS 186 (73.05% from 255) = 44.08%
R=26.78%
G=29.15%
B=44.08%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131231860.390.3400.27231.7834.658.63
Hex717BBA272201Be8233b
Octal16117327247420333504373
Binary111000111110111011101010011110001001101111101000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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