Html Css Color HEX #888E95 Aluminium

📋 copy color: '#888E95'

red 136 ◦ green 142 ◦ blue 149

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

Shades of Aluminium #888E95

Tints of Aluminium #888E95

RGB

 RED value IS 136 (53.52% from 255) = 31.85%

 GREEN value IS 142 (55.86% from 255) = 33.26%

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

R = 31.85%
G = 33.26%
B = 34.89%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888E95 (or 0x888E95) is known color: Aluminium. HEX triplet: 88, 8E and 95. RGB value is (136,142,149). Sum of RGB (Red+Green+Blue) = 136+142+149=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 149 - color contains mainly: blue. Hex color #888E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888E95 is #77716A. Grayscale: #8C8C8C. Windows color (decimal): -7827819 or 9801352. OLE color: 9801352.

HSL color Cylindrical-coordinate representation of color #888E95: hue angle of 212.31º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #888E95 is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 142 149 -
CMYK 0.09 0.05 0 0.42
HSL 212.31º 0.06% 0.56% -
HSV(B) 212.31º 0.09% 0.58% -
XYZ 25.25 26.75 32.27 -
YUV 141 132.51 124.43 -
System Red Green Blue C M Y K H S L
Decimal 136 142 149 0.09 0.05 0 0.42 212.31 0.06 0.56
Hex 88 8E 95 9 5 0 2A D4 6 38
Octal 210 216 225 11 5 0 52 324 6 70
Binary 10001000 10001110 10010101 1001 101 0 101010 11010100 110 111000

Color Harmonies of #888E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888E95

Black with #888E95

Text Example


Text Example

White with #888E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888E95; }

 p { color: rgb(136,142,149); }

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

background-color css

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

 a { background-color: rgb(136,142,149); }

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

border-color css

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

 span { border-color: rgb(136,142,149); }

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