Html Css Color HEX #868C90 Aluminium

📋 copy color: '#868C90'

red 134 ◦ green 140 ◦ blue 144

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

Shades of Aluminium #868C90

Tints of Aluminium #868C90

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.49%

 BLUE value IS 144 (56.64% from 255) = 34.45%

R = 32.06%
G = 33.49%
B = 34.45%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#868C90 (or 0x868C90) is known color: Aluminium. HEX triplet: 86, 8C and 90. RGB value is (134,140,144). Sum of RGB (Red+Green+Blue) = 134+140+144=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 144 (56.64% from 255 or 34.45% from 418); Max value from RGB is 144 - color contains mainly: blue. Hex color #868C90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #868C90 is #79736F. Grayscale: #8A8A8A. Windows color (decimal): -7959408 or 9473158. OLE color: 9473158.

HSL color Cylindrical-coordinate representation of color #868C90: hue angle of 204º degrees, saturation: 0.04, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #868C90 is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 140 144 -
CMYK 0.07 0.03 0 0.44
HSL 204º 0.04% 0.55% -
HSV(B) 204º 0.07% 0.56% -
XYZ 24.24 25.84 30.1 -
YUV 138.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 134 140 144 0.07 0.03 0 0.44 204 0.04 0.55
Hex 86 8C 90 7 3 0 2C CC 4 37
Octal 206 214 220 7 3 0 54 314 4 67
Binary 10000110 10001100 10010000 111 11 0 101100 11001100 100 110111

Color Harmonies of #868C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868C90

Black with #868C90

Text Example


Text Example

White with #868C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,140,144); }

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

background-color css

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

 a { background-color: rgb(134,140,144); }

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

border-color css

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

 span { border-color: rgb(134,140,144); }

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