Html Css Color HEX #716487 Kimberly

📋 copy color: '#716487'

red 113 ◦ green 100 ◦ blue 135

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

Shades of Kimberly #716487

Tints of Kimberly #716487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.74%

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

R = 32.47%
G = 28.74%
B = 38.79%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716487 (or 0x716487) is known color: Kimberly. HEX triplet: 71, 64 and 87. RGB value is (113,100,135). Sum of RGB (Red+Green+Blue) = 113+100+135=348 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.47% from 348); Green value is 100 (39.45% from 255 or 28.74% from 348); Blue value is 135 (53.12% from 255 or 38.79% from 348); Max value from RGB is 135 - color contains mainly: blue. Hex color #716487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716487 is #8E9B78. Grayscale: #6B6B6B. Windows color (decimal): -9345913 or 8873073. OLE color: 8873073.

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

Color convert

RGB 113 100 135 -
CMYK 0.16 0.26 0 0.47
HSL 262.29º 0.15% 0.46% -
HSV(B) 262.29º 0.26% 0.53% -
XYZ 15.74 14.37 24.87 -
YUV 107.88 143.31 131.65 -
System Red Green Blue C M Y K H S L
Decimal 113 100 135 0.16 0.26 0 0.47 262.29 0.15 0.46
Hex 71 64 87 10 1A 0 2F 106 F 2E
Octal 161 144 207 20 32 0 57 406 17 56
Binary 1110001 1100100 10000111 10000 11010 0 101111 100000110 1111 101110

Color Harmonies of #716487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716487

Black with #716487

Text Example


Text Example

White with #716487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716487; }

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

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

background-color css

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

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

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

border-color css

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

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

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