Html Css Color HEX #869194 Aluminium

📋 copy color: '#869194'

red 134 ◦ green 145 ◦ blue 148

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

Shades of Aluminium #869194

Tints of Aluminium #869194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

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

R = 31.38%
G = 33.96%
B = 34.66%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#869194 (or 0x869194) is known color: Aluminium. HEX triplet: 86, 91 and 94. RGB value is (134,145,148). Sum of RGB (Red+Green+Blue) = 134+145+148=427 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.38% from 427); Green value is 145 (57.03% from 255 or 33.96% 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 #869194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869194 is #796E6B. Grayscale: #8E8E8E. Windows color (decimal): -7958124 or 9736582. OLE color: 9736582.

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

Color convert

RGB 134 145 148 -
CMYK 0.09 0.02 0 0.42
HSL 192.86º 0.06% 0.55% -
HSV(B) 192.86º 0.09% 0.58% -
XYZ 25.3 27.46 31.98 -
YUV 142.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 134 145 148 0.09 0.02 0 0.42 192.86 0.06 0.55
Hex 86 91 94 9 2 0 2A C1 6 37
Octal 206 221 224 11 2 0 52 301 6 67
Binary 10000110 10010001 10010100 1001 10 0 101010 11000001 110 110111

Color Harmonies of #869194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869194

Black with #869194

Text Example


Text Example

White with #869194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869194; }

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

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

background-color css

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

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

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

border-color css

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

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

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