#716988

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

Shades of Kimberly #716988

Tints of Kimberly #716988

Color information

#716988 (or 0x716988) is unknown color: approx Kimberly. HEX triplet: 71, 69 and 88. RGB value is (113,105,136). Sum of RGB (Red+Green+Blue) = 113+105+136=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 136 (53.52% from 255 or 38.42% from 354); Max value from RGB is 136 - color contains mainly: blue. Hex color #716988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716988 is #8E9677. Grayscale: #6E6E6E. Windows color (decimal): -9344632 or 8939889. OLE color: 8939889.

HSL color Cylindrical-coordinate representation of color #716988: hue angle of 255.48º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #716988 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB113105136-
CMYK0.170.2300.47
HSL255.48º12.86%47.25%-
HSV(B)255.48º22.79%53.33%-
XYZ16.3115.3925.4-
YUV110.93142.15129.48-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 136 (53.52% from 255) = 38.42%
R=31.92%
G=29.66%
B=38.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1131051360.170.2300.47255.4812.8647.25
Hex716988111702Fffd2f
Octal16115121021270573771557
Binary111000111010011000100010001101110101111111111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716988; }

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

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

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

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

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

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

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

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