#716980

Color #716980 Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #716980

Tints of Kimberly #716980

Color information

#716980 (or 0x716980) is unknown color: approx Kimberly. HEX triplet: 71, 69 and 80. RGB value is (113,105,128). Sum of RGB (Red+Green+Blue) = 113+105+128=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 105 (41.41% from 255 or 30.35% from 346); Blue value is 128 (50.39% from 255 or 36.99% from 346); Max value from RGB is 128 - color contains mainly: blue. Hex color #716980 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716980 is #8E967F. Grayscale: #6D6D6D. Windows color (decimal): -9344640 or 8415601. OLE color: 8415601.

HSL color Cylindrical-coordinate representation of color #716980: hue angle of 260.87º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #716980 is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB113105128-
CMYK0.120.1800.50
HSL260.87º9.87%45.69%-
HSV(B)260.87º17.97%50.2%-
XYZ15.7615.1722.52-
YUV110.01138.15130.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 105 (41.41% from 255) = 30.35%
BLUE value IS 128 (50.39% from 255) = 36.99%
R=32.66%
G=30.35%
B=36.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1131051280.120.1800.50260.879.8745.69
Hex716980C12032105a2e
Octal16115120014220624051256
Binary111000111010011000000011001001001100101000001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716980; }

 p { color: rgb(113,105,128); }

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

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

 a { background-color: rgb(113,105,128); }

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

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

 span { border-color: rgb(113,105,128); }

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