#756391

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

Shades of Kimberly #756391

Tints of Kimberly #756391

Color information

#756391 (or 0x756391) is unknown color: approx Kimberly. HEX triplet: 75, 63 and 91. RGB value is (117,99,145). Sum of RGB (Red+Green+Blue) = 117+99+145=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #756391 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756391 is #8A9C6E. Grayscale: #6D6D6D. Windows color (decimal): -9084015 or 9528181. OLE color: 9528181.

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

Color convert

RGB11799145-
CMYK0.190.3200.43
HSL263.48º18.85%47.84%-
HSV(B)263.48º31.72%56.86%-
XYZ16.9114.7528.74-
YUV109.63147.96133.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 145 (57.03% from 255) = 40.17%
R=32.41%
G=27.42%
B=40.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal117991450.190.3200.43263.4818.8547.84
Hex756391132002B1071330
Octal16514322123400534072360
Binary111010111000111001000110011100000010101110000011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756391; }

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

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

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

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

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

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

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

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