Html Css Color HEX #87999C Submarine

📋 copy color: '#87999C'

red 135 ◦ green 153 ◦ blue 156

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

Shades of Submarine #87999C

Tints of Submarine #87999C

RGB

 RED value IS 135 (53.13% from 255) = 30.41%

 GREEN value IS 153 (60.16% from 255) = 34.46%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 30.41%
G = 34.46%
B = 35.14%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#87999C (or 0x87999C) is known color: Submarine. HEX triplet: 87, 99 and 9C. RGB value is (135,153,156). Sum of RGB (Red+Green+Blue) = 135+153+156=444 (58% of max value = 765). Red value is 135 (53.12% from 255 or 30.41% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 156 - color contains mainly: blue. Hex color #87999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87999C is #786663. Grayscale: #939393. Windows color (decimal): -7890532 or 10262919. OLE color: 10262919.

HSL color Cylindrical-coordinate representation of color #87999C: hue angle of 188.57º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #87999C is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 135 153 156 -
CMYK 0.13 0.02 0 0.39
HSL 188.57º 0.1% 0.57% -
HSV(B) 188.57º 0.13% 0.61% -
XYZ 27.38 30.33 35.86 -
YUV 147.96 132.54 118.76 -
System Red Green Blue C M Y K H S L
Decimal 135 153 156 0.13 0.02 0 0.39 188.57 0.1 0.57
Hex 87 99 9C D 2 0 27 BD A 39
Octal 207 231 234 15 2 0 47 275 12 71
Binary 10000111 10011001 10011100 1101 10 0 100111 10111101 1010 111001

Color Harmonies of #87999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87999C

Black with #87999C

Text Example


Text Example

White with #87999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87999C; }

 p { color: rgb(135,153,156); }

 H1.HeaderClassName
 {
   color: #87999C;
 }
 .AnyTagClassName
 {
   color: #87999C;
 }
</style>

background-color css

<style>
 a { background-color: #87999C; }

 a { background-color: rgb(135,153,156); }

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

border-color css

<style>
 span { border-color: #87999C; }

 span { border-color: rgb(135,153,156); }

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