Html Css Color HEX #716390 Kimberly

📋 copy color: '#716390'

red 113 ◦ green 99 ◦ blue 144

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

Shades of Kimberly #716390

Tints of Kimberly #716390

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.81%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 31.74%
G = 27.81%
B = 40.45%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#716390 (or 0x716390) is known color: Kimberly. HEX triplet: 71, 63 and 90. RGB value is (113,99,144). Sum of RGB (Red+Green+Blue) = 113+99+144=356 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.74% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #716390 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716390 is #8E9C6F. Grayscale: #6C6C6C. Windows color (decimal): -9346160 or 9462641. OLE color: 9462641.

HSL color Cylindrical-coordinate representation of color #716390: hue angle of 258.67º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #716390 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 99 144 -
CMYK 0.22 0.31 0 0.44
HSL 258.67º 0.19% 0.48% -
HSV(B) 258.67º 0.31% 0.56% -
XYZ 16.31 14.45 28.31 -
YUV 108.32 148.14 131.34 -
System Red Green Blue C M Y K H S L
Decimal 113 99 144 0.22 0.31 0 0.44 258.67 0.19 0.48
Hex 71 63 90 16 1F 0 2C 103 13 30
Octal 161 143 220 26 37 0 54 403 23 60
Binary 1110001 1100011 10010000 10110 11111 0 101100 100000011 10011 110000

Color Harmonies of #716390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716390

Black with #716390

Text Example


Text Example

White with #716390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716390; }

 p { color: rgb(113,99,144); }

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

background-color css

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

 a { background-color: rgb(113,99,144); }

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

border-color css

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

 span { border-color: rgb(113,99,144); }

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