#869F9D

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

Shades of Submarine #869F9D

Tints of Submarine #869F9D

Color information

#869F9D (or 0x869F9D) is unknown color: approx Submarine. HEX triplet: 86, 9F and 9D. RGB value is (134,159,157). Sum of RGB (Red+Green+Blue) = 134+159+157=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 159 - color contains mainly: green. Hex color #869F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869F9D is #796062. Grayscale: #979797. Windows color (decimal): -7954531 or 10329990. OLE color: 10329990.

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

Color convert

RGB134159157-
CMYK0.1600.010.38
HSL175.2º11.52%57.45%-
HSV(B)175.2º15.72%62.35%-
XYZ28.3232.336.64-
YUV151.3131.22115.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.78%
GREEN value IS 159 (62.5% from 255) = 35.33%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=29.78%
G=35.33%
B=34.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1341591570.1600.010.38175.211.5257.45
Hex869F9D100126afc39
Octal2062372352001462571471
Binary1000011010011111100111011000001100110101011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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