Html Css Color HEX #829897 Submarine

📋 copy color: '#829897'

red 130 ◦ green 152 ◦ blue 151

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

Shades of Submarine #829897

Tints of Submarine #829897

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.1%

 BLUE value IS 151 (59.38% from 255) = 34.87%

R = 30.02%
G = 35.1%
B = 34.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#829897 (or 0x829897) is known color: Submarine. HEX triplet: 82, 98 and 97. RGB value is (130,152,151). Sum of RGB (Red+Green+Blue) = 130+152+151=433 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.02% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 152 - color contains mainly: green. Hex color #829897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829897 is #7D6768. Grayscale: #919191. Windows color (decimal): -8218473 or 9934978. OLE color: 9934978.

HSL color Cylindrical-coordinate representation of color #829897: hue angle of 177.27º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #829897 is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 130 152 151 -
CMYK 0.14 0 0.01 0.40
HSL 177.27º 0.1% 0.55% -
HSV(B) 177.27º 0.14% 0.6% -
XYZ 26.02 29.44 33.59 -
YUV 145.31 131.21 117.08 -
System Red Green Blue C M Y K H S L
Decimal 130 152 151 0.14 0 0.01 0.40 177.27 0.1 0.55
Hex 82 98 97 E 0 1 28 B1 A 37
Octal 202 230 227 16 0 1 50 261 12 67
Binary 10000010 10011000 10010111 1110 0 1 101000 10110001 1010 110111

Color Harmonies of #829897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829897

Black with #829897

Text Example


Text Example

White with #829897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829897; }

 p { color: rgb(130,152,151); }

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

background-color css

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

 a { background-color: rgb(130,152,151); }

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

border-color css

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

 span { border-color: rgb(130,152,151); }

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