#909D9E

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

Shades of Submarine #909D9E

Tints of Submarine #909D9E

Color information

#909D9E (or 0x909D9E) is unknown color: approx Submarine. HEX triplet: 90, 9D and 9E. RGB value is (144,157,158). Sum of RGB (Red+Green+Blue) = 144+157+158=459 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.37% from 459); Green value is 157 (61.72% from 255 or 34.20% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 158 - color contains mainly: blue. Hex color #909D9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909D9E is #6F6261. Grayscale: #999999. Windows color (decimal): -7299682 or 10395024. OLE color: 10395024.

HSL color Cylindrical-coordinate representation of color #909D9E: hue angle of 184.29º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #909D9E is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144157158-
CMYK0.090.0100.38
HSL184.29º6.73%59.22%-
HSV(B)184.29º8.86%61.96%-
XYZ29.7332.5137.06-
YUV153.23130.69121.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.37%
GREEN value IS 157 (61.72% from 255) = 34.20%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=31.37%
G=34.20%
B=34.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441571580.090.0100.38184.296.7359.22
Hex909D9E91026b873b
Octal220235236111046270773
Binary10010000100111011001111010011010011010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909D9E; }

 p { color: rgb(144,157,158); }

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

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

 a { background-color: rgb(144,157,158); }

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

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

 span { border-color: rgb(144,157,158); }

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