Html Css Color HEX #716285 Kimberly

📋 copy color: '#716285'

red 113 ◦ green 98 ◦ blue 133

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

Shades of Kimberly #716285

Tints of Kimberly #716285

RGB

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

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

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

R = 32.85%
G = 28.49%
B = 38.66%

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

#716285 (or 0x716285) is known color: Kimberly. HEX triplet: 71, 62 and 85. RGB value is (113,98,133). Sum of RGB (Red+Green+Blue) = 113+98+133=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 133 (52.34% from 255 or 38.66% from 344); Max value from RGB is 133 - color contains mainly: blue. Hex color #716285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716285 is #8E9D7A. Grayscale: #6A6A6A. Windows color (decimal): -9346427 or 8741489. OLE color: 8741489.

HSL color Cylindrical-coordinate representation of color #716285: hue angle of 265.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 #716285 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 98 133 -
CMYK 0.15 0.26 0 0.48
HSL 265.71º 0.15% 0.45% -
HSV(B) 265.71º 0.26% 0.52% -
XYZ 15.41 13.94 24.07 -
YUV 106.48 142.97 132.65 -
System Red Green Blue C M Y K H S L
Decimal 113 98 133 0.15 0.26 0 0.48 265.71 0.15 0.45
Hex 71 62 85 F 1A 0 30 10A F 2D
Octal 161 142 205 17 32 0 60 412 17 55
Binary 1110001 1100010 10000101 1111 11010 0 110000 100001010 1111 101101

Color Harmonies of #716285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716285

Black with #716285

Text Example


Text Example

White with #716285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716285; }

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

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

background-color css

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

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

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

border-color css

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

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

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