Html Css Color HEX #716385 Kimberly

📋 copy color: '#716385'

red 113 ◦ green 99 ◦ blue 133

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

Shades of Kimberly #716385

Tints of Kimberly #716385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 32.75%
G = 28.7%
B = 38.55%

CMYK

 C value IS 0.15

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716385 (or 0x716385) is known color: Kimberly. HEX triplet: 71, 63 and 85. RGB value is (113,99,133). Sum of RGB (Red+Green+Blue) = 113+99+133=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #716385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716385 is #8E9C7A. Grayscale: #6A6A6A. Windows color (decimal): -9346171 or 8741745. OLE color: 8741745.

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

Color convert

RGB 113 99 133 -
CMYK 0.15 0.26 0 0.48
HSL 264.71º 0.15% 0.45% -
HSV(B) 264.71º 0.26% 0.52% -
XYZ 15.51 14.13 24.1 -
YUV 107.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 113 99 133 0.15 0.26 0 0.48 264.71 0.15 0.45
Hex 71 63 85 F 1A 0 30 109 F 2D
Octal 161 143 205 17 32 0 60 411 17 55
Binary 1110001 1100011 10000101 1111 11010 0 110000 100001001 1111 101101

Color Harmonies of #716385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716385

Black with #716385

Text Example


Text Example

White with #716385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716385; }

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

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

background-color css

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

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

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

border-color css

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

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

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