Html Css Color HEX #716987 Kimberly

📋 copy color: '#716987'

red 113 ◦ green 105 ◦ blue 135

#716987
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #716987

Tints of Kimberly #716987

RGB

 RED value IS 113 (44.53% from 255) = 32.01%

 GREEN value IS 105 (41.41% from 255) = 29.75%

 BLUE value IS 135 (53.13% from 255) = 38.24%

R = 32.01%
G = 29.75%
B = 38.24%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716987 (or 0x716987) is known color: Kimberly. HEX triplet: 71, 69 and 87. RGB value is (113,105,135). Sum of RGB (Red+Green+Blue) = 113+105+135=353 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.01% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: blue. Hex color #716987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716987 is #8E9678. Grayscale: #6E6E6E. Windows color (decimal): -9344633 or 8874353. OLE color: 8874353.

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

Color convert

RGB 113 105 135 -
CMYK 0.16 0.22 0 0.47
HSL 256º 0.13% 0.47% -
HSV(B) 256º 0.22% 0.53% -
XYZ 16.23 15.36 25.03 -
YUV 110.81 141.65 129.56 -
System Red Green Blue C M Y K H S L
Decimal 113 105 135 0.16 0.22 0 0.47 256 0.13 0.47
Hex 71 69 87 10 16 0 2F 100 C 2F
Octal 161 151 207 20 26 0 57 400 14 57
Binary 1110001 1101001 10000111 10000 10110 0 101111 100000000 1100 101111

Color Harmonies of #716987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716987

Black with #716987

Text Example


Text Example

White with #716987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716987; }

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

 H1.HeaderClassName
 {
   color: #716987;
 }
 .AnyTagClassName
 {
   color: #716987;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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