Html Css Color HEX #829394 Submarine

📋 copy color: '#829394'

red 130 ◦ green 147 ◦ blue 148

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

Shades of Submarine #829394

Tints of Submarine #829394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.59%

 BLUE value IS 148 (58.2% from 255) = 34.82%

R = 30.59%
G = 34.59%
B = 34.82%

CMYK

 C value IS 0.12

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#829394 (or 0x829394) is known color: Submarine. HEX triplet: 82, 93 and 94. RGB value is (130,147,148). Sum of RGB (Red+Green+Blue) = 130+147+148=425 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.59% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 148 - color contains mainly: blue. Hex color #829394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829394 is #7D6C6B. Grayscale: #8E8E8E. Windows color (decimal): -8219756 or 9737090. OLE color: 9737090.

HSL color Cylindrical-coordinate representation of color #829394: hue angle of 183.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #829394 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 130 147 148 -
CMYK 0.12 0.01 0 0.42
HSL 183.33º 0.08% 0.55% -
HSV(B) 183.33º 0.12% 0.58% -
XYZ 24.98 27.75 32.06 -
YUV 142.03 131.37 119.42 -
System Red Green Blue C M Y K H S L
Decimal 130 147 148 0.12 0.01 0 0.42 183.33 0.08 0.55
Hex 82 93 94 C 1 0 2A B7 8 37
Octal 202 223 224 14 1 0 52 267 10 67
Binary 10000010 10010011 10010100 1100 1 0 101010 10110111 1000 110111

Color Harmonies of #829394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829394

Black with #829394

Text Example


Text Example

White with #829394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829394; }

 p { color: rgb(130,147,148); }

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

background-color css

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

 a { background-color: rgb(130,147,148); }

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

border-color css

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

 span { border-color: rgb(130,147,148); }

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