Html Css Color HEX #829293 Submarine

📋 copy color: '#829293'

red 130 ◦ green 146 ◦ blue 147

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

Shades of Submarine #829293

Tints of Submarine #829293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.52%

 BLUE value IS 147 (57.81% from 255) = 34.75%

R = 30.73%
G = 34.52%
B = 34.75%

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

#829293 (or 0x829293) is known color: Submarine. HEX triplet: 82, 92 and 93. RGB value is (130,146,147). Sum of RGB (Red+Green+Blue) = 130+146+147=423 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.73% from 423); Green value is 146 (57.42% from 255 or 34.52% from 423); Blue value is 147 (57.81% from 255 or 34.75% from 423); Max value from RGB is 147 - color contains mainly: blue. Hex color #829293 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829293 is #7D6D6C. Grayscale: #8D8D8D. Windows color (decimal): -8220013 or 9671298. OLE color: 9671298.

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

Color convert

RGB 130 146 147 -
CMYK 0.12 0.01 0 0.42
HSL 183.53º 0.07% 0.54% -
HSV(B) 183.53º 0.12% 0.58% -
XYZ 24.75 27.41 31.59 -
YUV 141.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 130 146 147 0.12 0.01 0 0.42 183.53 0.07 0.54
Hex 82 92 93 C 1 0 2A B8 7 36
Octal 202 222 223 14 1 0 52 270 7 66
Binary 10000010 10010010 10010011 1100 1 0 101010 10111000 111 110110

Color Harmonies of #829293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #829293

Black with #829293

Text Example


Text Example

White with #829293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #829293; }

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

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

background-color css

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

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

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

border-color css

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

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

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