Html Css Color HEX #829B9A Submarine

📋 copy color: '#829B9A'

red 130 ◦ green 155 ◦ blue 154

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

Shades of Submarine #829B9A

Tints of Submarine #829B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.31%

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 29.61%
G = 35.31%
B = 35.08%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#829B9A (or 0x829B9A) is known color: Submarine. HEX triplet: 82, 9B and 9A. RGB value is (130,155,154). Sum of RGB (Red+Green+Blue) = 130+155+154=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 155 (60.94% from 255 or 35.31% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 155 - color contains mainly: green. Hex color #829B9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829B9A is #7D6465. Grayscale: #939393. Windows color (decimal): -8217702 or 10132354. OLE color: 10132354.

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

Color convert

RGB 130 155 154 -
CMYK 0.16 0 0.01 0.39
HSL 177.6º 0.11% 0.56% -
HSV(B) 177.6º 0.16% 0.61% -
XYZ 26.76 30.52 35.05 -
YUV 147.41 131.72 115.58 -
System Red Green Blue C M Y K H S L
Decimal 130 155 154 0.16 0 0.01 0.39 177.6 0.11 0.56
Hex 82 9B 9A 10 0 1 27 B2 B 38
Octal 202 233 232 20 0 1 47 262 13 70
Binary 10000010 10011011 10011010 10000 0 1 100111 10110010 1011 111000

Color Harmonies of #829B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829B9A

Black with #829B9A

Text Example


Text Example

White with #829B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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