#716985

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

Shades of Kimberly #716985

Tints of Kimberly #716985

Color information

#716985 (or 0x716985) is unknown color: approx Kimberly. HEX triplet: 71, 69 and 85. RGB value is (113,105,133). Sum of RGB (Red+Green+Blue) = 113+105+133=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 105 (41.41% from 255 or 29.91% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 133 - color contains mainly: blue. Hex color #716985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716985 is #8E967A. Grayscale: #6E6E6E. Windows color (decimal): -9344635 or 8743281. OLE color: 8743281.

HSL color Cylindrical-coordinate representation of color #716985: hue angle of 257.14º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #716985 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113105133-
CMYK0.150.2100.48
HSL257.14º11.76%46.67%-
HSV(B)257.14º21.05%52.16%-
XYZ16.115.3124.3-
YUV110.58140.65129.72-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.19%
GREEN value IS 105 (41.41% from 255) = 29.91%
BLUE value IS 133 (52.34% from 255) = 37.89%
R=32.19%
G=29.91%
B=37.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131051330.150.2100.48257.1411.7646.67
Hex716985F15030101c2f
Octal16115120517250604011457
Binary111000111010011000010111111010101100001000000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716985; }

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

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

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

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

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

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

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

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