Html Css Color HEX #868E94 Aluminium

📋 copy color: '#868E94'

red 134 ◦ green 142 ◦ blue 148

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

Shades of Aluminium #868E94

Tints of Aluminium #868E94

RGB

 RED value IS 134 (52.73% from 255) = 31.6%

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

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

R = 31.6%
G = 33.49%
B = 34.91%

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

#868E94 (or 0x868E94) is known color: Aluminium. HEX triplet: 86, 8E and 94. RGB value is (134,142,148). Sum of RGB (Red+Green+Blue) = 134+142+148=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 142 (55.86% from 255 or 33.49% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 148 - color contains mainly: blue. Hex color #868E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868E94 is #79716B. Grayscale: #8C8C8C. Windows color (decimal): -7958892 or 9735814. OLE color: 9735814.

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

Color convert

RGB 134 142 148 -
CMYK 0.09 0.04 0 0.42
HSL 205.71º 0.06% 0.55% -
HSV(B) 205.71º 0.09% 0.58% -
XYZ 24.85 26.55 31.83 -
YUV 140.29 132.35 123.51 -
System Red Green Blue C M Y K H S L
Decimal 134 142 148 0.09 0.04 0 0.42 205.71 0.06 0.55
Hex 86 8E 94 9 4 0 2A CE 6 37
Octal 206 216 224 11 4 0 52 316 6 67
Binary 10000110 10001110 10010100 1001 100 0 101010 11001110 110 110111

Color Harmonies of #868E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868E94

Black with #868E94

Text Example


Text Example

White with #868E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868E94; }

 p { color: rgb(134,142,148); }

 H1.HeaderClassName
 {
   color: #868E94;
 }
 .AnyTagClassName
 {
   color: #868E94;
 }
</style>

background-color css

<style>
 a { background-color: #868E94; }

 a { background-color: rgb(134,142,148); }

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

border-color css

<style>
 span { border-color: #868E94; }

 span { border-color: rgb(134,142,148); }

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