Html Css Color HEX #716492 Kimberly

📋 copy color: '#716492'

red 113 ◦ green 100 ◦ blue 146

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

Shades of Kimberly #716492

Tints of Kimberly #716492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.67%

R = 31.48%
G = 27.86%
B = 40.67%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716492 (or 0x716492) is known color: Kimberly. HEX triplet: 71, 64 and 92. RGB value is (113,100,146). Sum of RGB (Red+Green+Blue) = 113+100+146=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 100 (39.45% from 255 or 27.86% from 359); Blue value is 146 (57.42% from 255 or 40.67% from 359); Max value from RGB is 146 - color contains mainly: blue. Hex color #716492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716492 is #8E9B6D. Grayscale: #6C6C6C. Windows color (decimal): -9345902 or 9593969. OLE color: 9593969.

HSL color Cylindrical-coordinate representation of color #716492: hue angle of 256.96º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716492 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 100 146 -
CMYK 0.23 0.32 0 0.43
HSL 256.96º 0.19% 0.48% -
HSV(B) 256.96º 0.32% 0.57% -
XYZ 16.56 14.7 29.16 -
YUV 109.13 148.81 130.76 -
System Red Green Blue C M Y K H S L
Decimal 113 100 146 0.23 0.32 0 0.43 256.96 0.19 0.48
Hex 71 64 92 17 20 0 2B 101 13 30
Octal 161 144 222 27 40 0 53 401 23 60
Binary 1110001 1100100 10010010 10111 100000 0 101011 100000001 10011 110000

Color Harmonies of #716492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716492

Black with #716492

Text Example


Text Example

White with #716492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716492; }

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

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

background-color css

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

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

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

border-color css

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

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

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