Html Css Color HEX #716988 Kimberly

📋 copy color: '#716988'

red 113 ◦ green 105 ◦ blue 136

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

Shades of Kimberly #716988

Tints of Kimberly #716988

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 value IS 0.17

 M value IS 0.23

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716988 (or 0x716988) is known color: 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

RGB 113 105 136 -
CMYK 0.17 0.23 0 0.47
HSL 255.48º 0.13% 0.47% -
HSV(B) 255.48º 0.23% 0.53% -
XYZ 16.31 15.39 25.4 -
YUV 110.93 142.15 129.48 -
System Red Green Blue C M Y K H S L
Decimal 113 105 136 0.17 0.23 0 0.47 255.48 0.13 0.47
Hex 71 69 88 11 17 0 2F FF D 2F
Octal 161 151 210 21 27 0 57 377 15 57
Binary 1110001 1101001 10001000 10001 10111 0 101111 11111111 1101 101111

Color Harmonies of #716988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716988

Black with #716988

Text Example


Text Example

White with #716988

Text Example


Text Example

HTML Codes & Css Web 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>