#819395

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

Shades of Submarine #819395

Tints of Submarine #819395

Color information

#819395 (or 0x819395) is unknown color: approx Submarine. HEX triplet: 81, 93 and 95. RGB value is (129,147,149). Sum of RGB (Red+Green+Blue) = 129+147+149=425 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30.35% from 425); Green value is 147 (57.81% from 255 or 34.59% from 425); Blue value is 149 (58.59% from 255 or 35.06% from 425); Max value from RGB is 149 - color contains mainly: blue. Hex color #819395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819395 is #7E6C6A. Grayscale: #8D8D8D. Windows color (decimal): -8285291 or 9802625. OLE color: 9802625.

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

Color convert

RGB129147149-
CMYK0.130.0100.42
HSL186º8.62%54.51%-
HSV(B)186º13.42%58.43%-
XYZ24.9127.732.47-
YUV141.85132.04118.84-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 30.35%
GREEN value IS 147 (57.81% from 255) = 34.59%
BLUE value IS 149 (58.59% from 255) = 35.06%
R=30.35%
G=34.59%
B=35.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1291471490.130.0100.421868.6254.51
Hex819395D102Aba937
Octal2012232251510522721167
Binary100000011001001110010101110110101010101110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819395; }

 p { color: rgb(129,147,149); }

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

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

 a { background-color: rgb(129,147,149); }

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

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

 span { border-color: rgb(129,147,149); }

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