Html Css Color HEX #899FA1 Submarine

📋 copy color: '#899FA1'

red 137 ◦ green 159 ◦ blue 161

#899FA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Submarine #899FA1

Tints of Submarine #899FA1

RGB

 RED value IS 137 (53.91% from 255) = 29.98%

 GREEN value IS 159 (62.5% from 255) = 34.79%

 BLUE value IS 161 (63.28% from 255) = 35.23%

R = 29.98%
G = 34.79%
B = 35.23%

CMYK

 C value IS 0.15

 M value IS 0.01

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#899FA1 (or 0x899FA1) is known color: Submarine. HEX triplet: 89, 9F and A1. RGB value is (137,159,161). Sum of RGB (Red+Green+Blue) = 137+159+161=457 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.98% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 161 (63.28% from 255 or 35.23% from 457); Max value from RGB is 161 - color contains mainly: blue. Hex color #899FA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899FA1 is #76605E. Grayscale: #989898. Windows color (decimal): -7757919 or 10592137. OLE color: 10592137.

HSL color Cylindrical-coordinate representation of color #899FA1: hue angle of 185º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #899FA1 is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 159 161 -
CMYK 0.15 0.01 0 0.37
HSL 185º 0.11% 0.58% -
HSV(B) 185º 0.15% 0.63% -
XYZ 29.15 32.69 38.49 -
YUV 152.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 137 159 161 0.15 0.01 0 0.37 185 0.11 0.58
Hex 89 9F A1 F 1 0 25 B9 B 3A
Octal 211 237 241 17 1 0 45 271 13 72
Binary 10001001 10011111 10100001 1111 1 0 100101 10111001 1011 111010

Color Harmonies of #899FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899FA1

Black with #899FA1

Text Example


Text Example

White with #899FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899FA1; }

 p { color: rgb(137,159,161); }

 H1.HeaderClassName
 {
   color: #899FA1;
 }
 .AnyTagClassName
 {
   color: #899FA1;
 }
</style>

background-color css

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

 a { background-color: rgb(137,159,161); }

 div.DivClassName
 {
   background-color: #899FA1;
 }
 .BgClassName
 {
   background-color: #899FA1;
 }
</style>

border-color css

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

 span { border-color: rgb(137,159,161); }

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