#756492

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

Shades of Kimberly #756492

Tints of Kimberly #756492

Color information

#756492 (or 0x756492) is unknown color: approx Kimberly. HEX triplet: 75, 64 and 92. RGB value is (117,100,146). Sum of RGB (Red+Green+Blue) = 117+100+146=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #756492 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756492 is #8A9B6D. Grayscale: #6E6E6E. Windows color (decimal): -9083758 or 9593973. OLE color: 9593973.

HSL color Cylindrical-coordinate representation of color #756492: hue angle of 262.17º 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 #756492 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB117100146-
CMYK0.200.3200.43
HSL262.17º18.7%48.24%-
HSV(B)262.17º31.51%57.25%-
XYZ17.0814.9729.18-
YUV110.33148.13132.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.23%
GREEN value IS 100 (39.45% from 255) = 27.55%
BLUE value IS 146 (57.42% from 255) = 40.22%
R=32.23%
G=27.55%
B=40.22%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171001460.200.3200.43262.1718.748.24
Hex756492142002B1061330
Octal16514422224400534062360
Binary111010111001001001001010100100000010101110000011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756492; }

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

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

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

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

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

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

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

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