Html Css Color HEX #888F94 Aluminium

📋 copy color: '#888F94'

red 136 ◦ green 143 ◦ blue 148

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

Shades of Aluminium #888F94

Tints of Aluminium #888F94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.66%

R = 31.85%
G = 33.49%
B = 34.66%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888F94 (or 0x888F94) is known color: Aluminium. HEX triplet: 88, 8F and 94. RGB value is (136,143,148). Sum of RGB (Red+Green+Blue) = 136+143+148=427 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.85% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 148 - color contains mainly: blue. Hex color #888F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888F94 is #77706B. Grayscale: #8D8D8D. Windows color (decimal): -7827564 or 9736072. OLE color: 9736072.

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

Color convert

RGB 136 143 148 -
CMYK 0.08 0.03 0 0.42
HSL 205º 0.05% 0.56% -
HSV(B) 205º 0.08% 0.58% -
XYZ 25.32 27.02 31.9 -
YUV 141.48 131.68 124.09 -
System Red Green Blue C M Y K H S L
Decimal 136 143 148 0.08 0.03 0 0.42 205 0.05 0.56
Hex 88 8F 94 8 3 0 2A CD 5 38
Octal 210 217 224 10 3 0 52 315 5 70
Binary 10001000 10001111 10010100 1000 11 0 101010 11001101 101 111000

Color Harmonies of #888F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888F94

Black with #888F94

Text Example


Text Example

White with #888F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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