Html Css Color HEX #716292 Kimberly

📋 copy color: '#716292'

red 113 ◦ green 98 ◦ blue 146

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

Shades of Kimberly #716292

Tints of Kimberly #716292

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.45%

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

R = 31.65%
G = 27.45%
B = 40.9%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#716292 (or 0x716292) is known color: Kimberly. HEX triplet: 71, 62 and 92. RGB value is (113,98,146). Sum of RGB (Red+Green+Blue) = 113+98+146=357 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.65% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 146 - color contains mainly: blue. Hex color #716292 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716292 is #8E9D6D. Grayscale: #6B6B6B. Windows color (decimal): -9346414 or 9593457. OLE color: 9593457.

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

Color convert

RGB 113 98 146 -
CMYK 0.23 0.33 0 0.43
HSL 258.75º 0.2% 0.48% -
HSV(B) 258.75º 0.33% 0.57% -
XYZ 16.37 14.32 29.1 -
YUV 107.96 149.47 131.6 -
System Red Green Blue C M Y K H S L
Decimal 113 98 146 0.23 0.33 0 0.43 258.75 0.2 0.48
Hex 71 62 92 17 21 0 2B 103 14 30
Octal 161 142 222 27 41 0 53 403 24 60
Binary 1110001 1100010 10010010 10111 100001 0 101011 100000011 10100 110000

Color Harmonies of #716292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716292

Black with #716292

Text Example


Text Example

White with #716292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716292; }

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

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

background-color css

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

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

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

border-color css

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

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

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