#756890

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

Shades of Kimberly #756890

Tints of Kimberly #756890

Color information

#756890 (or 0x756890) is unknown color: approx Kimberly. HEX triplet: 75, 68 and 90. RGB value is (117,104,144). Sum of RGB (Red+Green+Blue) = 117+104+144=365 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.05% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #756890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756890 is #8A976F. Grayscale: #707070. Windows color (decimal): -9082736 or 9463925. OLE color: 9463925.

HSL color Cylindrical-coordinate representation of color #756890: hue angle of 259.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #756890 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB117104144-
CMYK0.190.2800.44
HSL259.5º16.13%48.63%-
HSV(B)259.5º27.78%56.47%-
XYZ17.3215.728.5-
YUV112.45145.81131.25-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.05%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 144 (56.64% from 255) = 39.45%
R=32.05%
G=28.49%
B=39.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171041440.190.2800.44259.516.1348.63
Hex756890131C02C1041031
Octal16515022023340544042061
Binary11101011101000100100001001111100010110010000010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756890; }

 p { color: rgb(117,104,144); }

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

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

 a { background-color: rgb(117,104,144); }

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

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

 span { border-color: rgb(117,104,144); }

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