#919F87

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

Shades of Delta #919F87

Tints of Delta #919F87

Color information

#919F87 (or 0x919F87) is unknown color: approx Delta. HEX triplet: 91, 9F and 87. RGB value is (145,159,135). Sum of RGB (Red+Green+Blue) = 145+159+135=439 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.03% from 439); Green value is 159 (62.5% from 255 or 36.22% from 439); Blue value is 135 (53.12% from 255 or 30.75% from 439); Max value from RGB is 159 - color contains mainly: green. Hex color #919F87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919F87 is #6E6078. Grayscale: #989898. Windows color (decimal): -7233657 or 8888209. OLE color: 8888209.

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

Color convert

RGB145159135-
CMYK0.0900.150.38
HSL95º11.11%57.65%-
HSV(B)95º15.09%62.35%-
XYZ28.4532.5727.71-
YUV152.08118.36122.95-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.03%
GREEN value IS 159 (62.5% from 255) = 36.22%
BLUE value IS 135 (53.12% from 255) = 30.75%
R=33.03%
G=36.22%
B=30.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451591350.0900.150.389511.1157.65
Hex919F8790F265fb3a
Octal22123720711017461371372
Binary10010001100111111000011110010111110011010111111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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