#919E87

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

Shades of Delta #919E87

Tints of Delta #919E87

Color information

#919E87 (or 0x919E87) is unknown color: approx Delta. HEX triplet: 91, 9E and 87. RGB value is (145,158,135). Sum of RGB (Red+Green+Blue) = 145+158+135=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 135 (53.12% from 255 or 30.82% from 438); Max value from RGB is 158 - color contains mainly: green. Hex color #919E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E87 is #6E6178. Grayscale: #979797. Windows color (decimal): -7233913 or 8887953. OLE color: 8887953.

HSL color Cylindrical-coordinate representation of color #919E87: hue angle of 93.91º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #919E87 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB145158135-
CMYK0.0800.150.38
HSL93.91º10.6%57.45%-
HSV(B)93.91º14.56%61.96%-
XYZ28.2832.2227.65-
YUV151.49118.69123.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 135 (53.12% from 255) = 30.82%
R=33.11%
G=36.07%
B=30.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451581350.0800.150.3893.9110.657.45
Hex919E8780F265eb39
Octal22123620710017461361371
Binary10010001100111101000011110000111110011010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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