#869A9D

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

Shades of Submarine #869A9D

Tints of Submarine #869A9D

Color information

#869A9D (or 0x869A9D) is unknown color: approx Submarine. HEX triplet: 86, 9A and 9D. RGB value is (134,154,157). Sum of RGB (Red+Green+Blue) = 134+154+157=445 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.11% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 157 (61.72% from 255 or 35.28% from 445); Max value from RGB is 157 - color contains mainly: blue. Hex color #869A9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869A9D is #796562. Grayscale: #949494. Windows color (decimal): -7955811 or 10328710. OLE color: 10328710.

HSL color Cylindrical-coordinate representation of color #869A9D: hue angle of 187.83º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #869A9D is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB134154157-
CMYK0.150.0200.38
HSL187.83º10.5%57.06%-
HSV(B)187.83º14.65%61.57%-
XYZ27.4730.6136.36-
YUV148.36132.87117.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.11%
GREEN value IS 154 (60.55% from 255) = 34.61%
BLUE value IS 157 (61.72% from 255) = 35.28%
R=30.11%
G=34.61%
B=35.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341541570.150.0200.38187.8310.557.06
Hex869A9DF2026bcb39
Octal2062322351720462741371
Binary1000011010011010100111011111100100110101111001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869A9D; }

 p { color: rgb(134,154,157); }

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

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

 a { background-color: rgb(134,154,157); }

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

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

 span { border-color: rgb(134,154,157); }

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