#786990

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

Shades of Kimberly #786990

Tints of Kimberly #786990

Color information

#786990 (or 0x786990) is unknown color: approx Kimberly. HEX triplet: 78, 69 and 90. RGB value is (120,105,144). Sum of RGB (Red+Green+Blue) = 120+105+144=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 144 - color contains mainly: blue. Hex color #786990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #786990 is #87966F. Grayscale: #717171. Windows color (decimal): -8885872 or 9464184. OLE color: 9464184.

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

Color convert

RGB120105144-
CMYK0.170.2700.44
HSL263.08º15.66%48.82%-
HSV(B)263.08º27.08%56.47%-
XYZ17.8316.1128.56-
YUV113.93144.97132.33-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.52%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=32.52%
G=28.46%
B=39.02%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201051440.170.2700.44263.0815.6648.82
Hex786990111B02C1071031
Octal17015122021330544072061
Binary11110001101001100100001000111011010110010000011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786990; }

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

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

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

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

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

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

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

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