#919B88

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

Shades of Delta #919B88

Tints of Delta #919B88

Color information

#919B88 (or 0x919B88) is unknown color: approx Delta. HEX triplet: 91, 9B and 88. RGB value is (145,155,136). Sum of RGB (Red+Green+Blue) = 145+155+136=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #919B88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919B88 is #6E6477. Grayscale: #959595. Windows color (decimal): -7234680 or 8952721. OLE color: 8952721.

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

Color convert

RGB145155136-
CMYK0.0600.120.39
HSL91.58º8.68%57.06%-
HSV(B)91.58º12.26%60.78%-
XYZ27.8431.2427.86-
YUV149.84120.19124.54-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 136 (53.52% from 255) = 31.19%
R=33.26%
G=35.55%
B=31.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1451551360.0600.120.3991.588.6857.06
Hex919B8860C275c939
Octal2212332106014471341171
Binary1001000110011011100010001100110010011110111001001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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