#919889

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

Shades of Delta #919889

Tints of Delta #919889

Color information

#919889 (or 0x919889) is unknown color: approx Delta. HEX triplet: 91, 98 and 89. RGB value is (145,152,137). Sum of RGB (Red+Green+Blue) = 145+152+137=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 137 (53.91% from 255 or 31.57% from 434); Max value from RGB is 152 - color contains mainly: green. Hex color #919889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919889 is #6E6776. Grayscale: #949494. Windows color (decimal): -7235447 or 9017489. OLE color: 9017489.

HSL color Cylindrical-coordinate representation of color #919889: hue angle of 88º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919889 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB145152137-
CMYK0.0500.100.40
HSL88º6.79%56.67%-
HSV(B)88º9.87%59.61%-
XYZ27.4230.2828.07-
YUV148.2121.68125.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 137 (53.91% from 255) = 31.57%
R=33.41%
G=35.02%
B=31.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1451521370.0500.100.40886.7956.67
Hex91988950A2858739
Octal221230211501250130771
Binary100100011001100010001001101010101010001011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919889; }

 p { color: rgb(145,152,137); }

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

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

 a { background-color: rgb(145,152,137); }

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

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

 span { border-color: rgb(145,152,137); }

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