#909B9E

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

Shades of Submarine #909B9E

Tints of Submarine #909B9E

Color information

#909B9E (or 0x909B9E) is unknown color: approx Submarine. HEX triplet: 90, 9B and 9E. RGB value is (144,155,158). Sum of RGB (Red+Green+Blue) = 144+155+158=457 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.51% from 457); Green value is 155 (60.94% from 255 or 33.92% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 158 - color contains mainly: blue. Hex color #909B9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B9E is #6F6461. Grayscale: #989898. Windows color (decimal): -7300194 or 10394512. OLE color: 10394512.

HSL color Cylindrical-coordinate representation of color #909B9E: hue angle of 192.86º 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 #909B9E is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB144155158-
CMYK0.090.0200.38
HSL192.86º6.73%59.22%-
HSV(B)192.86º8.86%61.96%-
XYZ29.3931.8436.94-
YUV152.05131.36122.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.51%
GREEN value IS 155 (60.94% from 255) = 33.92%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=31.51%
G=33.92%
B=34.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1441551580.090.0200.38192.866.7359.22
Hex909B9E92026c173b
Octal220233236112046301773
Binary100100001001101110011110100110010011011000001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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