Html Css Color HEX #899C9D Submarine

📋 copy color: '#899C9D'

red 137 ◦ green 156 ◦ blue 157

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

Shades of Submarine #899C9D

Tints of Submarine #899C9D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

 BLUE value IS 157 (61.72% from 255) = 34.89%

R = 30.44%
G = 34.67%
B = 34.89%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#899C9D (or 0x899C9D) is known color: Submarine. HEX triplet: 89, 9C and 9D. RGB value is (137,156,157). Sum of RGB (Red+Green+Blue) = 137+156+157=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 157 - color contains mainly: blue. Hex color #899C9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899C9D is #766362. Grayscale: #969696. Windows color (decimal): -7758691 or 10329225. OLE color: 10329225.

HSL color Cylindrical-coordinate representation of color #899C9D: hue angle of 183º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #899C9D is Cyan = 0.13, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 156 157 -
CMYK 0.13 0.01 0 0.38
HSL 183º 0.09% 0.58% -
HSV(B) 183º 0.13% 0.62% -
XYZ 28.29 31.53 36.49 -
YUV 150.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 137 156 157 0.13 0.01 0 0.38 183 0.09 0.58
Hex 89 9C 9D D 1 0 26 B7 9 3A
Octal 211 234 235 15 1 0 46 267 11 72
Binary 10001001 10011100 10011101 1101 1 0 100110 10110111 1001 111010

Color Harmonies of #899C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899C9D

Black with #899C9D

Text Example


Text Example

White with #899C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,156,157); }

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

background-color css

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

 a { background-color: rgb(137,156,157); }

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

border-color css

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

 span { border-color: rgb(137,156,157); }

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