Html Css Color HEX #716886 Kimberly

📋 copy color: '#716886'

red 113 ◦ green 104 ◦ blue 134

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

Shades of Kimberly #716886

Tints of Kimberly #716886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 32.19%
G = 29.63%
B = 38.18%

CMYK

 C value IS 0.16

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#716886 (or 0x716886) is known color: Kimberly. HEX triplet: 71, 68 and 86. RGB value is (113,104,134). Sum of RGB (Red+Green+Blue) = 113+104+134=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 134 (52.73% from 255 or 38.18% from 351); Max value from RGB is 134 - color contains mainly: blue. Hex color #716886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716886 is #8E9779. Grayscale: #6D6D6D. Windows color (decimal): -9344890 or 8808561. OLE color: 8808561.

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

Color convert

RGB 113 104 134 -
CMYK 0.16 0.22 0 0.47
HSL 258º 0.13% 0.47% -
HSV(B) 258º 0.22% 0.53% -
XYZ 16.06 15.13 24.63 -
YUV 110.11 141.48 130.06 -
System Red Green Blue C M Y K H S L
Decimal 113 104 134 0.16 0.22 0 0.47 258 0.13 0.47
Hex 71 68 86 10 16 0 2F 102 D 2F
Octal 161 150 206 20 26 0 57 402 15 57
Binary 1110001 1101000 10000110 10000 10110 0 101111 100000010 1101 101111

Color Harmonies of #716886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716886

Black with #716886

Text Example


Text Example

White with #716886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716886; }

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

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

background-color css

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

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

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

border-color css

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

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

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