Html Css Color HEX #839098 Aluminium

📋 copy color: '#839098'

red 131 ◦ green 144 ◦ blue 152

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

Shades of Aluminium #839098

Tints of Aluminium #839098

RGB

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

 GREEN value IS 144 (56.64% from 255) = 33.72%

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

R = 30.68%
G = 33.72%
B = 35.6%

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

#839098 (or 0x839098) is known color: Aluminium. HEX triplet: 83, 90 and 98. RGB value is (131,144,152). Sum of RGB (Red+Green+Blue) = 131+144+152=427 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.68% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 152 - color contains mainly: blue. Hex color #839098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #839098 is #7C6F67. Grayscale: #8C8C8C. Windows color (decimal): -8154984 or 9998467. OLE color: 9998467.

HSL color Cylindrical-coordinate representation of color #839098: hue angle of 202.86º 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 #839098 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 131 144 152 -
CMYK 0.14 0.05 0 0.40
HSL 202.86º 0.09% 0.55% -
HSV(B) 202.86º 0.14% 0.6% -
XYZ 25 27.04 33.61 -
YUV 141.03 134.19 120.85 -
System Red Green Blue C M Y K H S L
Decimal 131 144 152 0.14 0.05 0 0.40 202.86 0.09 0.55
Hex 83 90 98 E 5 0 28 CB 9 37
Octal 203 220 230 16 5 0 50 313 11 67
Binary 10000011 10010000 10011000 1110 101 0 101000 11001011 1001 110111

Color Harmonies of #839098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839098

Black with #839098

Text Example


Text Example

White with #839098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839098; }

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

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

background-color css

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

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

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

border-color css

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

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

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