Html Css Color HEX #82999D Submarine

📋 copy color: '#82999D'

red 130 ◦ green 153 ◦ blue 157

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

Shades of Submarine #82999D

Tints of Submarine #82999D

RGB

 RED value IS 130 (51.17% from 255) = 29.55%

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

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

R = 29.55%
G = 34.77%
B = 35.68%

CMYK

 C value IS 0.17

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#82999D (or 0x82999D) is known color: Submarine. HEX triplet: 82, 99 and 9D. RGB value is (130,153,157). Sum of RGB (Red+Green+Blue) = 130+153+157=440 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.55% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #82999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82999D is #7D6662. Grayscale: #929292. Windows color (decimal): -8218211 or 10328450. OLE color: 10328450.

HSL color Cylindrical-coordinate representation of color #82999D: hue angle of 188.89º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #82999D is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 130 153 157 -
CMYK 0.17 0.03 0 0.38
HSL 188.89º 0.12% 0.56% -
HSV(B) 188.89º 0.17% 0.62% -
XYZ 26.68 29.96 36.28 -
YUV 146.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 130 153 157 0.17 0.03 0 0.38 188.89 0.12 0.56
Hex 82 99 9D 11 3 0 26 BD C 38
Octal 202 231 235 21 3 0 46 275 14 70
Binary 10000010 10011001 10011101 10001 11 0 100110 10111101 1100 111000

Color Harmonies of #82999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82999D

Black with #82999D

Text Example


Text Example

White with #82999D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82999D; }

 p { color: rgb(130,153,157); }

 H1.HeaderClassName
 {
   color: #82999D;
 }
 .AnyTagClassName
 {
   color: #82999D;
 }
</style>

background-color css

<style>
 a { background-color: #82999D; }

 a { background-color: rgb(130,153,157); }

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

border-color css

<style>
 span { border-color: #82999D; }

 span { border-color: rgb(130,153,157); }

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