#919687

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

Shades of Delta #919687

Tints of Delta #919687

Color information

#919687 (or 0x919687) is unknown color: approx Delta. HEX triplet: 91, 96 and 87. RGB value is (145,150,135). Sum of RGB (Red+Green+Blue) = 145+150+135=430 (56% of max value = 765). Red value is 145 (57.03% from 255 or 33.72% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 150 - color contains mainly: green. Hex color #919687 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919687 is #6E6978. Grayscale: #929292. Windows color (decimal): -7235961 or 8885905. OLE color: 8885905.

HSL color Cylindrical-coordinate representation of color #919687: hue angle of 80º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919687 is Cyan = 0.03, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB145150135-
CMYK0.0300.10.41
HSL80º6.67%55.88%-
HSV(B)80º10%58.82%-
XYZ26.9629.5827.21-
YUV146.8121.34126.72-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.72%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 135 (53.12% from 255) = 31.40%
R=33.72%
G=34.88%
B=31.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1451501350.0300.10.41806.6755.88
Hex91968730A2950738
Octal221226207301251120770
Binary10010001100101101000011111010101010011010000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919687; }

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

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

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

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

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

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

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

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