#90948B

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

Shades of Delta #90948B

Tints of Delta #90948B

Color information

#90948B (or 0x90948B) is unknown color: approx Delta. HEX triplet: 90, 94 and 8B. RGB value is (144,148,139). Sum of RGB (Red+Green+Blue) = 144+148+139=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 148 (58.20% from 255 or 34.34% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 148 - color contains mainly: green. Hex color #90948B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90948B is #6F6B74. Grayscale: #919191. Windows color (decimal): -7302005 or 9147536. OLE color: 9147536.

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

Color convert

RGB144148139-
CMYK0.0300.060.42
HSL86.67º4.04%56.27%-
HSV(B)86.67º6.08%58.04%-
XYZ26.7528.9728.61-
YUV145.78124.17126.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 148 (58.20% from 255) = 34.34%
BLUE value IS 139 (54.69% from 255) = 32.25%
R=33.41%
G=34.34%
B=32.25%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481390.0300.060.4286.674.0456.27
Hex90948B3062A57438
Octal22022421330652127470
Binary1001000010010100100010111101101010101010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90948B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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