#756490

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

Shades of Kimberly #756490

Tints of Kimberly #756490

Color information

#756490 (or 0x756490) is unknown color: approx Kimberly. HEX triplet: 75, 64 and 90. RGB value is (117,100,144). Sum of RGB (Red+Green+Blue) = 117+100+144=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #756490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756490 is #8A9B6F. Grayscale: #6D6D6D. Windows color (decimal): -9083760 or 9462901. OLE color: 9462901.

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

Color convert

RGB117100144-
CMYK0.190.3100.44
HSL263.18º18.03%47.84%-
HSV(B)263.18º30.56%56.47%-
XYZ16.9314.9128.37-
YUV110.1147.13132.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.41%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 144 (56.64% from 255) = 39.89%
R=32.41%
G=27.70%
B=39.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1171001440.190.3100.44263.1818.0347.84
Hex756490131F02C1071230
Octal16514422023370544072260
Binary11101011100100100100001001111111010110010000011110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756490; }

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

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

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

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

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

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

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

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