#756D8E

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

Shades of Kimberly #756D8E

Tints of Kimberly #756D8E

Color information

#756D8E (or 0x756D8E) is unknown color: approx Kimberly. HEX triplet: 75, 6D and 8E. RGB value is (117,109,142). Sum of RGB (Red+Green+Blue) = 117+109+142=368 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.79% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 142 - color contains mainly: blue. Hex color #756D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756D8E is #8A9271. Grayscale: #737373. Windows color (decimal): -9081458 or 9334133. OLE color: 9334133.

HSL color Cylindrical-coordinate representation of color #756D8E: hue angle of 254.55º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #756D8E is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117109142-
CMYK0.180.2300.44
HSL254.55º13.15%49.22%-
HSV(B)254.55º23.24%55.69%-
XYZ17.6916.6727.88-
YUV115.15143.15129.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 31.79%
GREEN value IS 109 (42.97% from 255) = 29.62%
BLUE value IS 142 (55.86% from 255) = 38.59%
R=31.79%
G=29.62%
B=38.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171091420.180.2300.44254.5513.1549.22
Hex756D8E121702Cffd31
Octal16515521622270543771561
Binary111010111011011000111010010101110101100111111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756D8E; }

 p { color: rgb(117,109,142); }

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

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

 a { background-color: rgb(117,109,142); }

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

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

 span { border-color: rgb(117,109,142); }

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