#91928D

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

Shades of Delta #91928D

Tints of Delta #91928D

Color information

#91928D (or 0x91928D) is unknown color: approx Delta. HEX triplet: 91, 92 and 8D. RGB value is (145,146,141). Sum of RGB (Red+Green+Blue) = 145+146+141=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 141 (55.47% from 255 or 32.64% from 432); Max value from RGB is 146 - color contains mainly: green. Hex color #91928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91928D is #6E6D72. Grayscale: #919191. Windows color (decimal): -7236979 or 9278097. OLE color: 9278097.

HSL color Cylindrical-coordinate representation of color #91928D: hue angle of 72º degrees, saturation: 0.02, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #91928D is Cyan = 0.01, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB145146141-
CMYK0.0100.030.43
HSL72º2.24%56.27%-
HSV(B)72º3.42%57.25%-
XYZ26.7628.529.29-
YUV145.13125.67127.91-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 146 (57.42% from 255) = 33.80%
BLUE value IS 141 (55.47% from 255) = 32.64%
R=33.56%
G=33.80%
B=32.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451461410.0100.030.43722.2456.27
Hex91928D1032B48238
Octal22122221510353110270
Binary1001000110010010100011011011101011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91928D; }

 p { color: rgb(145,146,141); }

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

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

 a { background-color: rgb(145,146,141); }

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

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

 span { border-color: rgb(145,146,141); }

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