#715F8A

Color #715F8A Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #715F8A

Tints of Kimberly #715F8A

Color information

#715F8A (or 0x715F8A) is unknown color: approx Kimberly. HEX triplet: 71, 5F and 8A. RGB value is (113,95,138). Sum of RGB (Red+Green+Blue) = 113+95+138=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 95 (37.5% from 255 or 27.46% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #715F8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F8A is #8EA075. Grayscale: #696969. Windows color (decimal): -9347190 or 9068401. OLE color: 9068401.

HSL color Cylindrical-coordinate representation of color #715F8A: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715F8A is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11395138-
CMYK0.180.3100.46
HSL265.12º18.45%45.69%-
HSV(B)265.12º31.16%54.12%-
XYZ15.4913.5325.84-
YUV105.28146.46133.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 95 (37.5% from 255) = 27.46%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=32.66%
G=27.46%
B=39.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113951380.180.3100.46265.1218.4545.69
Hex715F8A121F02E109122e
Octal16113721222370564112256
Binary11100011011111100010101001011111010111010000100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715F8A; }

 p { color: rgb(113,95,138); }

 H1.HeaderClassName
 {
   color: #715F8A;
 }
 .AnyTagClassName
 {
   color: #715F8A;
 }
</style>
background-color css

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

 a { background-color: rgb(113,95,138); }

 div.DivClassName
 {
   background-color: #715F8A;
 }
 .BgClassName
 {
   background-color: #715F8A;
 }
</style>
border-color css

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

 span { border-color: rgb(113,95,138); }

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