#786490

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

Shades of Kimberly #786490

Tints of Kimberly #786490

Color information

#786490 (or 0x786490) is unknown color: approx Kimberly. HEX triplet: 78, 64 and 90. RGB value is (120,100,144). Sum of RGB (Red+Green+Blue) = 120+100+144=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 144 (56.64% from 255 or 39.56% from 364); Max value from RGB is 144 - color contains mainly: blue. Hex color #786490 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786490 is #879B6F. Grayscale: #6E6E6E. Windows color (decimal): -8887152 or 9462904. OLE color: 9462904.

HSL color Cylindrical-coordinate representation of color #786490: hue angle of 267.27º 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 #786490 is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB120100144-
CMYK0.170.3100.44
HSL267.27º18.03%47.84%-
HSV(B)267.27º30.56%56.47%-
XYZ17.3415.1228.39-
YUV111146.63134.42-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.97%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 144 (56.64% from 255) = 39.56%
R=32.97%
G=27.47%
B=39.56%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201001440.170.3100.44267.2718.0347.84
Hex786490111F02C10b1230
Octal17014422021370544132260
Binary11110001100100100100001000111111010110010000101110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786490; }

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

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

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

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

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

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

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

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