Html Css Color HEX #716484 Kimberly

📋 copy color: '#716484'

red 113 ◦ green 100 ◦ blue 132

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

Shades of Kimberly #716484

Tints of Kimberly #716484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.26%

R = 32.75%
G = 28.99%
B = 38.26%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716484 (or 0x716484) is known color: Kimberly. HEX triplet: 71, 64 and 84. RGB value is (113,100,132). Sum of RGB (Red+Green+Blue) = 113+100+132=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 100 (39.45% from 255 or 28.99% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 132 - color contains mainly: blue. Hex color #716484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716484 is #8E9B7B. Grayscale: #6B6B6B. Windows color (decimal): -9345916 or 8676465. OLE color: 8676465.

HSL color Cylindrical-coordinate representation of color #716484: hue angle of 264.38º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #716484 is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 100 132 -
CMYK 0.14 0.24 0 0.48
HSL 264.38º 0.14% 0.45% -
HSV(B) 264.38º 0.24% 0.52% -
XYZ 15.53 14.29 23.77 -
YUV 107.54 141.81 131.9 -
System Red Green Blue C M Y K H S L
Decimal 113 100 132 0.14 0.24 0 0.48 264.38 0.14 0.45
Hex 71 64 84 E 18 0 30 108 E 2D
Octal 161 144 204 16 30 0 60 410 16 55
Binary 1110001 1100100 10000100 1110 11000 0 110000 100001000 1110 101101

Color Harmonies of #716484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716484

Black with #716484

Text Example


Text Example

White with #716484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716484; }

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

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

background-color css

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

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

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

border-color css

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

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

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