#716FAB

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

Shades of Chetwode Blue #716FAB

Tints of Chetwode Blue #716FAB

Color information

#716FAB (or 0x716FAB) is unknown color: approx Chetwode Blue. HEX triplet: 71, 6F and AB. RGB value is (113,111,171). Sum of RGB (Red+Green+Blue) = 113+111+171=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #716FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716FAB is #8E9054. Grayscale: #767676. Windows color (decimal): -9343061 or 11235185. OLE color: 11235185.

HSL color Cylindrical-coordinate representation of color #716FAB: hue angle of 242º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #716FAB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113111171-
CMYK0.340.3500.33
HSL242º26.32%55.29%-
HSV(B)242º35.09%67.06%-
XYZ19.8517.8240.92-
YUV118.44157.66124.12-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.61%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 171 (67.19% from 255) = 43.29%
R=28.61%
G=28.10%
B=43.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131111710.340.3500.3324226.3255.29
Hex716FAB2223021f21a37
Octal16115725342430413623267
Binary111000111011111010101110001010001101000011111001011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,111,171); }

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

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

 a { background-color: rgb(113,111,171); }

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

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

 span { border-color: rgb(113,111,171); }

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