#829294

Color #829294 Submarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Submarine #829294

Tints of Submarine #829294

Color information

#829294 (or 0x829294) is unknown color: approx Submarine. HEX triplet: 82, 92 and 94. RGB value is (130,146,148). Sum of RGB (Red+Green+Blue) = 130+146+148=424 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.66% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: blue. Hex color #829294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829294 is #7D6D6B. Grayscale: #8D8D8D. Windows color (decimal): -8220012 or 9736834. OLE color: 9736834.

HSL color Cylindrical-coordinate representation of color #829294: hue angle of 186.67º 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 #829294 is Cyan = 0.12, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB130146148-
CMYK0.120.0100.42
HSL186.67º7.76%54.51%-
HSV(B)186.67º12.16%58.04%-
XYZ24.8327.4432.01-
YUV141.44131.7119.84-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 30.66%
GREEN value IS 146 (57.42% from 255) = 34.43%
BLUE value IS 148 (58.20% from 255) = 34.91%
R=30.66%
G=34.43%
B=34.91%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301461480.120.0100.42186.677.7654.51
Hex829294C102Abb837
Octal2022222241410522731067
Binary100000101001001010010100110010101010101110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829294; }

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

 H1.HeaderClassName
 {
   color: #829294;
 }
 .AnyTagClassName
 {
   color: #829294;
 }
</style>
background-color css

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

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

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

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

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

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