Html Css Color HEX #819897 Submarine

📋 copy color: '#819897'

red 129 ◦ green 152 ◦ blue 151

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

Shades of Submarine #819897

Tints of Submarine #819897

RGB

 RED value IS 129 (50.78% from 255) = 29.86%

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

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

R = 29.86%
G = 35.19%
B = 34.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#819897 (or 0x819897) is known color: Submarine. HEX triplet: 81, 98 and 97. RGB value is (129,152,151). Sum of RGB (Red+Green+Blue) = 129+152+151=432 (57% of max value = 765). Red value is 129 (50.78% from 255 or 29.86% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 152 - color contains mainly: green. Hex color #819897 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #819897 is #7E6768. Grayscale: #909090. Windows color (decimal): -8284009 or 9934977. OLE color: 9934977.

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

Color convert

RGB 129 152 151 -
CMYK 0.15 0 0.01 0.40
HSL 177.39º 0.1% 0.55% -
HSV(B) 177.39º 0.15% 0.6% -
XYZ 25.87 29.36 33.58 -
YUV 145.01 131.38 116.58 -
System Red Green Blue C M Y K H S L
Decimal 129 152 151 0.15 0 0.01 0.40 177.39 0.1 0.55
Hex 81 98 97 F 0 1 28 B1 A 37
Octal 201 230 227 17 0 1 50 261 12 67
Binary 10000001 10011000 10010111 1111 0 1 101000 10110001 1010 110111

Color Harmonies of #819897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819897

Black with #819897

Text Example


Text Example

White with #819897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819897; }

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

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

background-color css

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

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

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

border-color css

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

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

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