#715F8B

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

Shades of Kimberly #715F8B

Tints of Kimberly #715F8B

Color information

#715F8B (or 0x715F8B) is unknown color: approx Kimberly. HEX triplet: 71, 5F and 8B. RGB value is (113,95,139). Sum of RGB (Red+Green+Blue) = 113+95+139=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 139 (54.69% from 255 or 40.06% from 347); Max value from RGB is 139 - color contains mainly: blue. Hex color #715F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715F8B is #8EA074. Grayscale: #696969. Windows color (decimal): -9347189 or 9133937. OLE color: 9133937.

HSL color Cylindrical-coordinate representation of color #715F8B: hue angle of 264.55º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715F8B is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11395139-
CMYK0.190.3200.45
HSL264.55º18.8%45.88%-
HSV(B)264.55º31.65%54.51%-
XYZ15.5613.5626.22-
YUV105.4146.96133.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 95 (37.5% from 255) = 27.38%
BLUE value IS 139 (54.69% from 255) = 40.06%
R=32.56%
G=27.38%
B=40.06%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113951390.190.3200.45264.5518.845.88
Hex715F8B132002D109132e
Octal16113721323400554112356
Binary111000110111111000101110011100000010110110000100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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