#716BBA

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

Shades of Chetwode Blue #716BBA

Tints of Chetwode Blue #716BBA

Color information

#716BBA (or 0x716BBA) is unknown color: approx Chetwode Blue. HEX triplet: 71, 6B and BA. RGB value is (113,107,186). Sum of RGB (Red+Green+Blue) = 113+107+186=406 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.83% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #716BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #716BBA is #8E9445. Grayscale: #757575. Windows color (decimal): -9344070 or 12217201. OLE color: 12217201.

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

Color convert

RGB113107186-
CMYK0.390.4200.27
HSL244.56º36.41%57.45%-
HSV(B)244.56º42.47%72.94%-
XYZ20.9317.5748.74-
YUV117.8166.49124.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.83%
GREEN value IS 107 (42.19% from 255) = 26.35%
BLUE value IS 186 (73.05% from 255) = 45.81%
R=27.83%
G=26.35%
B=45.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131071860.390.4200.27244.5636.4157.45
Hex716BBA272A01Bf52439
Octal16115327247520333654471
Binary111000111010111011101010011110101001101111110101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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