#919B87

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

Shades of Delta #919B87

Tints of Delta #919B87

Color information

#919B87 (or 0x919B87) is unknown color: approx Delta. HEX triplet: 91, 9B and 87. RGB value is (145,155,135). Sum of RGB (Red+Green+Blue) = 145+155+135=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 155 - color contains mainly: green. Hex color #919B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B87 is #6E6478. Grayscale: #959595. Windows color (decimal): -7234681 or 8887185. OLE color: 8887185.

HSL color Cylindrical-coordinate representation of color #919B87: hue angle of 90º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #919B87 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB145155135-
CMYK0.0600.130.39
HSL90º9.09%56.86%-
HSV(B)90º12.9%60.78%-
XYZ27.7731.2127.48-
YUV149.73119.69124.63-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.33%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=33.33%
G=35.63%
B=31.03%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551350.0600.130.39909.0956.86
Hex919B8760D275a939
Octal2212332076015471321171
Binary1001000110011011100001111100110110011110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919B87; }

 p { color: rgb(145,155,135); }

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

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

 a { background-color: rgb(145,155,135); }

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

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

 span { border-color: rgb(145,155,135); }

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