Html Css Color HEX #829C9B Submarine

📋 copy color: '#829C9B'

red 130 ◦ green 156 ◦ blue 155

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

Shades of Submarine #829C9B

Tints of Submarine #829C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.15%

R = 29.48%
G = 35.37%
B = 35.15%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#829C9B (or 0x829C9B) is known color: Submarine. HEX triplet: 82, 9C and 9B. RGB value is (130,156,155). Sum of RGB (Red+Green+Blue) = 130+156+155=441 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.48% from 441); Green value is 156 (61.33% from 255 or 35.37% from 441); Blue value is 155 (60.94% from 255 or 35.15% from 441); Max value from RGB is 156 - color contains mainly: green. Hex color #829C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829C9B is #7D6364. Grayscale: #949494. Windows color (decimal): -8217445 or 10198146. OLE color: 10198146.

HSL color Cylindrical-coordinate representation of color #829C9B: hue angle of 177.69º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #829C9B is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 130 156 155 -
CMYK 0.17 0 0.01 0.39
HSL 177.69º 0.12% 0.56% -
HSV(B) 177.69º 0.17% 0.61% -
XYZ 27.01 30.89 35.55 -
YUV 148.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 130 156 155 0.17 0 0.01 0.39 177.69 0.12 0.56
Hex 82 9C 9B 11 0 1 27 B2 C 38
Octal 202 234 233 21 0 1 47 262 14 70
Binary 10000010 10011100 10011011 10001 0 1 100111 10110010 1100 111000

Color Harmonies of #829C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829C9B

Black with #829C9B

Text Example


Text Example

White with #829C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829C9B; }

 p { color: rgb(130,156,155); }

 H1.HeaderClassName
 {
   color: #829C9B;
 }
 .AnyTagClassName
 {
   color: #829C9B;
 }
</style>

background-color css

<style>
 a { background-color: #829C9B; }

 a { background-color: rgb(130,156,155); }

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

border-color css

<style>
 span { border-color: #829C9B; }

 span { border-color: rgb(130,156,155); }

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