Html Css Color HEX #889FA2 Submarine

📋 copy color: '#889FA2'

red 136 ◦ green 159 ◦ blue 162

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

Shades of Submarine #889FA2

Tints of Submarine #889FA2

RGB

 RED value IS 136 (53.52% from 255) = 29.76%

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

 BLUE value IS 162 (63.67% from 255) = 35.45%

R = 29.76%
G = 34.79%
B = 35.45%

CMYK

 C value IS 0.16

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#889FA2 (or 0x889FA2) is known color: Submarine. HEX triplet: 88, 9F and A2. RGB value is (136,159,162). Sum of RGB (Red+Green+Blue) = 136+159+162=457 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.76% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 162 (63.67% from 255 or 35.45% from 457); Max value from RGB is 162 - color contains mainly: blue. Hex color #889FA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #889FA2 is #77605D. Grayscale: #989898. Windows color (decimal): -7823454 or 10657672. OLE color: 10657672.

HSL color Cylindrical-coordinate representation of color #889FA2: hue angle of 186.92º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #889FA2 is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 136 159 162 -
CMYK 0.16 0.02 0 0.36
HSL 186.92º 0.12% 0.58% -
HSV(B) 186.92º 0.16% 0.64% -
XYZ 29.07 32.64 38.95 -
YUV 152.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 136 159 162 0.16 0.02 0 0.36 186.92 0.12 0.58
Hex 88 9F A2 10 2 0 24 BB C 3A
Octal 210 237 242 20 2 0 44 273 14 72
Binary 10001000 10011111 10100010 10000 10 0 100100 10111011 1100 111010

Color Harmonies of #889FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #889FA2

Black with #889FA2

Text Example


Text Example

White with #889FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #889FA2; }

 p { color: rgb(136,159,162); }

 H1.HeaderClassName
 {
   color: #889FA2;
 }
 .AnyTagClassName
 {
   color: #889FA2;
 }
</style>

background-color css

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

 a { background-color: rgb(136,159,162); }

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

border-color css

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

 span { border-color: rgb(136,159,162); }

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