Html Css Color HEX #716190 Kimberly

📋 copy color: '#716190'

red 113 ◦ green 97 ◦ blue 144

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

Shades of Kimberly #716190

Tints of Kimberly #716190

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.4%

 BLUE value IS 144 (56.64% from 255) = 40.68%

R = 31.92%
G = 27.4%
B = 40.68%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#716190 (or 0x716190) is known color: Kimberly. HEX triplet: 71, 61 and 90. RGB value is (113,97,144). Sum of RGB (Red+Green+Blue) = 113+97+144=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 144 - color contains mainly: blue. Hex color #716190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716190 is #8E9E6F. Grayscale: #6A6A6A. Windows color (decimal): -9346672 or 9462129. OLE color: 9462129.

HSL color Cylindrical-coordinate representation of color #716190: hue angle of 260.43º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #716190 is Cyan = 0.22, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 97 144 -
CMYK 0.22 0.33 0 0.44
HSL 260.43º 0.2% 0.47% -
HSV(B) 260.43º 0.33% 0.56% -
XYZ 16.12 14.07 28.25 -
YUV 107.14 148.8 132.18 -
System Red Green Blue C M Y K H S L
Decimal 113 97 144 0.22 0.33 0 0.44 260.43 0.2 0.47
Hex 71 61 90 16 21 0 2C 104 14 2F
Octal 161 141 220 26 41 0 54 404 24 57
Binary 1110001 1100001 10010000 10110 100001 0 101100 100000100 10100 101111

Color Harmonies of #716190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716190

Black with #716190

Text Example


Text Example

White with #716190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716190; }

 p { color: rgb(113,97,144); }

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

background-color css

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

 a { background-color: rgb(113,97,144); }

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

border-color css

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

 span { border-color: rgb(113,97,144); }

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