#969E9D

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

Shades of Submarine #969E9D

Tints of Submarine #969E9D

Color information

#969E9D (or 0x969E9D) is unknown color: approx Submarine. HEX triplet: 96, 9E and 9D. RGB value is (150,158,157). Sum of RGB (Red+Green+Blue) = 150+158+157=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 158 (62.11% from 255 or 33.98% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 158 - color contains mainly: green. Hex color #969E9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969E9D is #696162. Grayscale: #9B9B9B. Windows color (decimal): -6906211 or 10329750. OLE color: 10329750.

HSL color Cylindrical-coordinate representation of color #969E9D: hue angle of 172.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #969E9D is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB150158157-
CMYK0.0500.010.38
HSL172.5º3.96%60.39%-
HSV(B)172.5º5.06%61.96%-
XYZ30.8933.3736.71-
YUV155.49128.85124.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.26%
GREEN value IS 158 (62.11% from 255) = 33.98%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=32.26%
G=33.98%
B=33.76%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1501581570.0500.010.38172.53.9660.39
Hex969E9D50126ac43c
Octal22623623550146254474
Binary1001011010011110100111011010110011010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969E9D; }

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

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

<style>
 a { background-color: #969E9D; }

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

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

<style>
 span { border-color: #969E9D; }

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

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