Html Css Color HEX #839198 Aluminium

📋 copy color: '#839198'

red 131 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #839198

Tints of Aluminium #839198

RGB

 RED value IS 131 (51.56% from 255) = 30.61%

 GREEN value IS 145 (57.03% from 255) = 33.88%

 BLUE value IS 152 (59.77% from 255) = 35.51%

R = 30.61%
G = 33.88%
B = 35.51%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#839198 (or 0x839198) is known color: Aluminium. HEX triplet: 83, 91 and 98. RGB value is (131,145,152). Sum of RGB (Red+Green+Blue) = 131+145+152=428 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.61% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 152 (59.77% from 255 or 35.51% from 428); Max value from RGB is 152 - color contains mainly: blue. Hex color #839198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839198 is #7C6E67. Grayscale: #8D8D8D. Windows color (decimal): -8154728 or 9998723. OLE color: 9998723.

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

Color convert

RGB 131 145 152 -
CMYK 0.14 0.05 0 0.40
HSL 200º 0.09% 0.55% -
HSV(B) 200º 0.14% 0.6% -
XYZ 25.15 27.34 33.66 -
YUV 141.61 133.86 120.43 -
System Red Green Blue C M Y K H S L
Decimal 131 145 152 0.14 0.05 0 0.40 200 0.09 0.55
Hex 83 91 98 E 5 0 28 C8 9 37
Octal 203 221 230 16 5 0 50 310 11 67
Binary 10000011 10010001 10011000 1110 101 0 101000 11001000 1001 110111

Color Harmonies of #839198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839198

Black with #839198

Text Example


Text Example

White with #839198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839198; }

 p { color: rgb(131,145,152); }

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

background-color css

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

 a { background-color: rgb(131,145,152); }

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

border-color css

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

 span { border-color: rgb(131,145,152); }

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