#839098

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

Shades of Aluminium #839098

Tints of Aluminium #839098

Color information

#839098 (or 0x839098) is unknown color: approx 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

RGB131144152-
CMYK0.140.0500.40
HSL202.86º9.25%55.49%-
HSV(B)202.86º13.82%59.61%-
XYZ2527.0433.61-
YUV141.02134.19120.85-

RGB Variations

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

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.60%
R=30.68%
G=33.72%
B=35.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1311441520.140.0500.40202.869.2555.49
Hex839098E5028cb937
Octal2032202301650503131167
Binary10000011100100001001100011101010101000110010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #839098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>