Html Css Color HEX #888F95 Aluminium

📋 copy color: '#888F95'

red 136 ◦ green 143 ◦ blue 149

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

Shades of Aluminium #888F95

Tints of Aluminium #888F95

RGB

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

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

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

R = 31.78%
G = 33.41%
B = 34.81%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888F95 (or 0x888F95) is known color: Aluminium. HEX triplet: 88, 8F and 95. RGB value is (136,143,149). Sum of RGB (Red+Green+Blue) = 136+143+149=428 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.78% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 149 - color contains mainly: blue. Hex color #888F95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F95 is #77706A. Grayscale: #8D8D8D. Windows color (decimal): -7827563 or 9801608. OLE color: 9801608.

HSL color Cylindrical-coordinate representation of color #888F95: hue angle of 207.69º 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 #888F95 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 143 149 -
CMYK 0.09 0.04 0 0.42
HSL 207.69º 0.06% 0.56% -
HSV(B) 207.69º 0.09% 0.58% -
XYZ 25.4 27.05 32.32 -
YUV 141.59 132.18 124.01 -
System Red Green Blue C M Y K H S L
Decimal 136 143 149 0.09 0.04 0 0.42 207.69 0.06 0.56
Hex 88 8F 95 9 4 0 2A D0 6 38
Octal 210 217 225 11 4 0 52 320 6 70
Binary 10001000 10001111 10010101 1001 100 0 101010 11010000 110 111000

Color Harmonies of #888F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F95

Black with #888F95

Text Example


Text Example

White with #888F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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