Html Css Color HEX #838F95 Aluminium

📋 copy color: '#838F95'

red 131 ◦ green 143 ◦ blue 149

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

Shades of Aluminium #838F95

Tints of Aluminium #838F95

RGB

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

 GREEN value IS 143 (56.25% from 255) = 33.81%

 BLUE value IS 149 (58.59% from 255) = 35.22%

R = 30.97%
G = 33.81%
B = 35.22%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#838F95 (or 0x838F95) is known color: Aluminium. HEX triplet: 83, 8F and 95. RGB value is (131,143,149). Sum of RGB (Red+Green+Blue) = 131+143+149=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 143 (56.25% from 255 or 33.81% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 149 - color contains mainly: blue. Hex color #838F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #838F95 is #7C706A. Grayscale: #8C8C8C. Windows color (decimal): -8155243 or 9801603. OLE color: 9801603.

HSL color Cylindrical-coordinate representation of color #838F95: hue angle of 200º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #838F95 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 131 143 149 -
CMYK 0.12 0.04 0 0.42
HSL 200º 0.08% 0.55% -
HSV(B) 200º 0.12% 0.58% -
XYZ 24.61 26.64 32.28 -
YUV 140.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 131 143 149 0.12 0.04 0 0.42 200 0.08 0.55
Hex 83 8F 95 C 4 0 2A C8 8 37
Octal 203 217 225 14 4 0 52 310 10 67
Binary 10000011 10001111 10010101 1100 100 0 101010 11001000 1000 110111

Color Harmonies of #838F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838F95

Black with #838F95

Text Example


Text Example

White with #838F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #838F95; }

 p { color: rgb(131,143,149); }

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

background-color css

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

 a { background-color: rgb(131,143,149); }

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

border-color css

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

 span { border-color: rgb(131,143,149); }

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