Html Css Color HEX #716885 Kimberly

📋 copy color: '#716885'

red 113 ◦ green 104 ◦ blue 133

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

Shades of Kimberly #716885

Tints of Kimberly #716885

RGB

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

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

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

R = 32.29%
G = 29.71%
B = 38%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#716885 (or 0x716885) is known color: Kimberly. HEX triplet: 71, 68 and 85. RGB value is (113,104,133). Sum of RGB (Red+Green+Blue) = 113+104+133=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: blue. Hex color #716885 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716885 is #8E977A. Grayscale: #6D6D6D. Windows color (decimal): -9344891 or 8743025. OLE color: 8743025.

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

Color convert

RGB 113 104 133 -
CMYK 0.15 0.22 0 0.48
HSL 258.62º 0.12% 0.46% -
HSV(B) 258.62º 0.22% 0.52% -
XYZ 15.99 15.1 24.26 -
YUV 110 140.98 130.14 -
System Red Green Blue C M Y K H S L
Decimal 113 104 133 0.15 0.22 0 0.48 258.62 0.12 0.46
Hex 71 68 85 F 16 0 30 103 C 2E
Octal 161 150 205 17 26 0 60 403 14 56
Binary 1110001 1101000 10000101 1111 10110 0 110000 100000011 1100 101110

Color Harmonies of #716885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #716885

Black with #716885

Text Example


Text Example

White with #716885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #716885; }

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

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

background-color css

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

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

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

border-color css

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

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

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