#869394

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

Shades of Submarine #869394

Tints of Submarine #869394

Color information

#869394 (or 0x869394) is unknown color: approx Submarine. HEX triplet: 86, 93 and 94. RGB value is (134,147,148). Sum of RGB (Red+Green+Blue) = 134+147+148=429 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.24% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 148 - color contains mainly: blue. Hex color #869394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869394 is #796C6B. Grayscale: #8F8F8F. Windows color (decimal): -7957612 or 9737094. OLE color: 9737094.

HSL color Cylindrical-coordinate representation of color #869394: hue angle of 184.29º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #869394 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB134147148-
CMYK0.090.0100.42
HSL184.29º6.14%55.29%-
HSV(B)184.29º9.46%58.04%-
XYZ25.6128.0732.09-
YUV143.23130.69121.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.24%
GREEN value IS 147 (57.81% from 255) = 34.27%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=31.24%
G=34.27%
B=34.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1341471480.090.0100.42184.296.1455.29
Hex8693949102Ab8637
Octal206223224111052270667
Binary10000110100100111001010010011010101010111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869394; }

 p { color: rgb(134,147,148); }

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

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

 a { background-color: rgb(134,147,148); }

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

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

 span { border-color: rgb(134,147,148); }

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