#756290

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

Shades of Kimberly #756290

Tints of Kimberly #756290

Color information

#756290 (or 0x756290) is unknown color: approx Kimberly. HEX triplet: 75, 62 and 90. RGB value is (117,98,144). Sum of RGB (Red+Green+Blue) = 117+98+144=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #756290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756290 is #8A9D6F. Grayscale: #6C6C6C. Windows color (decimal): -9084272 or 9462389. OLE color: 9462389.

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

Color convert

RGB11798144-
CMYK0.190.3200.44
HSL264.78º19.01%47.45%-
HSV(B)264.78º31.94%56.47%-
XYZ16.7414.5328.31-
YUV108.92147.79133.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=32.59%
G=27.30%
B=40.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117981440.190.3200.44264.7819.0147.45
Hex756290132002C109132f
Octal16514222023400544112357
Binary111010111000101001000010011100000010110010000100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #756290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #756290; }

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

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

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

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

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

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

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

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