#90948D

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

Shades of Delta #90948D

Tints of Delta #90948D

Color information

#90948D (or 0x90948D) is unknown color: approx Delta. HEX triplet: 90, 94 and 8D. RGB value is (144,148,141). Sum of RGB (Red+Green+Blue) = 144+148+141=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 148 - color contains mainly: green. Hex color #90948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90948D is #6F6B72. Grayscale: #929292. Windows color (decimal): -7302003 or 9278608. OLE color: 9278608.

HSL color Cylindrical-coordinate representation of color #90948D: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #90948D is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB144148141-
CMYK0.0300.050.42
HSL94.29º3.17%56.67%-
HSV(B)94.29º4.73%58.04%-
XYZ26.929.0329.39-
YUV146.01125.17126.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=33.26%
G=34.18%
B=32.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481410.0300.050.4294.293.1756.67
Hex90948D3052A5e339
Octal22022421530552136371
Binary100100001001010010001101110101101010101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90948D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,148,141); }

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

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

 a { background-color: rgb(144,148,141); }

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

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

 span { border-color: rgb(144,148,141); }

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