#716984

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

Shades of Kimberly #716984

Tints of Kimberly #716984

Color information

#716984 (or 0x716984) is unknown color: approx Kimberly. HEX triplet: 71, 69 and 84. RGB value is (113,105,132). Sum of RGB (Red+Green+Blue) = 113+105+132=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 132 - color contains mainly: blue. Hex color #716984 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716984 is #8E967B. Grayscale: #6E6E6E. Windows color (decimal): -9344636 or 8677745. OLE color: 8677745.

HSL color Cylindrical-coordinate representation of color #716984: hue angle of 257.78º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #716984 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB113105132-
CMYK0.140.2000.48
HSL257.78º11.39%46.47%-
HSV(B)257.78º20.45%51.76%-
XYZ16.0315.2823.93-
YUV110.47140.15129.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=32.29%
G=30%
B=37.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1131051320.140.2000.48257.7811.3946.47
Hex716984E14030102b2e
Octal16115120416240604021356
Binary111000111010011000010011101010001100001000000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716984; }

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

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

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

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

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

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

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

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