Html Css Color HEX #716486 Kimberly

📋 copy color: '#716486'

red 113 ◦ green 100 ◦ blue 134

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

Shades of Kimberly #716486

Tints of Kimberly #716486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 38.62%

R = 32.56%
G = 28.82%
B = 38.62%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716486 (or 0x716486) is known color: Kimberly. HEX triplet: 71, 64 and 86. RGB value is (113,100,134). Sum of RGB (Red+Green+Blue) = 113+100+134=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 134 (52.73% from 255 or 38.62% from 347); Max value from RGB is 134 - color contains mainly: blue. Hex color #716486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716486 is #8E9B79. Grayscale: #6B6B6B. Windows color (decimal): -9345914 or 8807537. OLE color: 8807537.

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

Color convert

RGB 113 100 134 -
CMYK 0.16 0.25 0 0.47
HSL 262.94º 0.15% 0.46% -
HSV(B) 262.94º 0.25% 0.53% -
XYZ 15.67 14.35 24.5 -
YUV 107.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 113 100 134 0.16 0.25 0 0.47 262.94 0.15 0.46
Hex 71 64 86 10 19 0 2F 107 F 2E
Octal 161 144 206 20 31 0 57 407 17 56
Binary 1110001 1100100 10000110 10000 11001 0 101111 100000111 1111 101110

Color Harmonies of #716486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716486

Black with #716486

Text Example


Text Example

White with #716486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716486; }

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

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

background-color css

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

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

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

border-color css

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

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

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