#756691

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

Shades of Kimberly #756691

Tints of Kimberly #756691

Color information

#756691 (or 0x756691) is unknown color: approx Kimberly. HEX triplet: 75, 66 and 91. RGB value is (117,102,145). Sum of RGB (Red+Green+Blue) = 117+102+145=364 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.14% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #756691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756691 is #8A996E. Grayscale: #6F6F6F. Windows color (decimal): -9083247 or 9528949. OLE color: 9528949.

HSL color Cylindrical-coordinate representation of color #756691: hue angle of 260.93º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #756691 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117102145-
CMYK0.190.3000.43
HSL260.93º17.41%48.43%-
HSV(B)260.93º29.66%56.86%-
XYZ17.215.3328.84-
YUV111.39146.97132-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.14%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 145 (57.03% from 255) = 39.84%
R=32.14%
G=28.02%
B=39.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171021450.190.3000.43260.9317.4148.43
Hex756691131E02B1051130
Octal16514622123360534052160
Binary11101011100110100100011001111110010101110000010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756691; }

 p { color: rgb(117,102,145); }

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

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

 a { background-color: rgb(117,102,145); }

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

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

 span { border-color: rgb(117,102,145); }

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