Html Css Color HEX #716889 Kimberly

📋 copy color: '#716889'

red 113 ◦ green 104 ◦ blue 137

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

Shades of Kimberly #716889

Tints of Kimberly #716889

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 137 (53.91% from 255) = 38.7%

R = 31.92%
G = 29.38%
B = 38.7%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#716889 (or 0x716889) is known color: Kimberly. HEX triplet: 71, 68 and 89. RGB value is (113,104,137). Sum of RGB (Red+Green+Blue) = 113+104+137=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 137 - color contains mainly: blue. Hex color #716889 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716889 is #8E9776. Grayscale: #6E6E6E. Windows color (decimal): -9344887 or 9005169. OLE color: 9005169.

HSL color Cylindrical-coordinate representation of color #716889: hue angle of 256.36º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716889 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 104 137 -
CMYK 0.18 0.24 0 0.46
HSL 256.36º 0.14% 0.47% -
HSV(B) 256.36º 0.24% 0.54% -
XYZ 16.28 15.22 25.75 -
YUV 110.45 142.98 129.82 -
System Red Green Blue C M Y K H S L
Decimal 113 104 137 0.18 0.24 0 0.46 256.36 0.14 0.47
Hex 71 68 89 12 18 0 2E 100 E 2F
Octal 161 150 211 22 30 0 56 400 16 57
Binary 1110001 1101000 10001001 10010 11000 0 101110 100000000 1110 101111

Color Harmonies of #716889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716889

Black with #716889

Text Example


Text Example

White with #716889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716889; }

 p { color: rgb(113,104,137); }

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

background-color css

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

 a { background-color: rgb(113,104,137); }

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

border-color css

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

 span { border-color: rgb(113,104,137); }

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