#919988

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

Shades of Delta #919988

Tints of Delta #919988

Color information

#919988 (or 0x919988) is unknown color: approx Delta. HEX triplet: 91, 99 and 88. RGB value is (145,153,136). Sum of RGB (Red+Green+Blue) = 145+153+136=434 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.41% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 153 - color contains mainly: green. Hex color #919988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919988 is #6E6677. Grayscale: #949494. Windows color (decimal): -7235192 or 8952209. OLE color: 8952209.

HSL color Cylindrical-coordinate representation of color #919988: hue angle of 88.24º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #919988 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.4.

Color convert

RGB145153136-
CMYK0.0500.110.4
HSL88.24º7.69%56.67%-
HSV(B)88.24º11.11%60%-
XYZ27.5130.5827.74-
YUV148.67120.85125.38-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.41%
GREEN value IS 153 (60.16% from 255) = 35.25%
BLUE value IS 136 (53.52% from 255) = 31.34%
R=33.41%
G=35.25%
B=31.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531360.0500.110.488.247.6956.67
Hex91998850B2858839
Octal2212312105013501301071
Binary1001000110011001100010001010101110100010110001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919988; }

 p { color: rgb(145,153,136); }

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

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

 a { background-color: rgb(145,153,136); }

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

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

 span { border-color: rgb(145,153,136); }

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