#73698F

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

Shades of Kimberly #73698F

Tints of Kimberly #73698F

Color information

#73698F (or 0x73698F) is unknown color: approx Kimberly. HEX triplet: 73, 69 and 8F. RGB value is (115,105,143). Sum of RGB (Red+Green+Blue) = 115+105+143=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #73698F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73698F is #8C9670. Grayscale: #707070. Windows color (decimal): -9213553 or 9398643. OLE color: 9398643.

HSL color Cylindrical-coordinate representation of color #73698F: hue angle of 255.79º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73698F is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB115105143-
CMYK0.200.2700.44
HSL255.79º15.32%48.63%-
HSV(B)255.79º26.57%56.08%-
XYZ17.0815.7328.12-
YUV112.32145.31129.91-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.68%
GREEN value IS 105 (41.41% from 255) = 28.93%
BLUE value IS 143 (56.25% from 255) = 39.39%
R=31.68%
G=28.93%
B=39.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1151051430.200.2700.44255.7915.3248.63
Hex73698F141B02C100f31
Octal16315121724330544001761
Binary1110011110100110001111101001101101011001000000001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73698F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73698F; }

 p { color: rgb(115,105,143); }

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

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

 a { background-color: rgb(115,105,143); }

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

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

 span { border-color: rgb(115,105,143); }

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