Html Css Color HEX #869198 Aluminium

📋 copy color: '#869198'

red 134 ◦ green 145 ◦ blue 152

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

Shades of Aluminium #869198

Tints of Aluminium #869198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.27%

R = 31.09%
G = 33.64%
B = 35.27%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#869198 (or 0x869198) is known color: Aluminium. HEX triplet: 86, 91 and 98. RGB value is (134,145,152). Sum of RGB (Red+Green+Blue) = 134+145+152=431 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.09% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 152 - color contains mainly: blue. Hex color #869198 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869198 is #796E67. Grayscale: #8E8E8E. Windows color (decimal): -7958120 or 9998726. OLE color: 9998726.

HSL color Cylindrical-coordinate representation of color #869198: hue angle of 203.33º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #869198 is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 145 152 -
CMYK 0.12 0.05 0 0.40
HSL 203.33º 0.08% 0.56% -
HSV(B) 203.33º 0.12% 0.6% -
XYZ 25.62 27.59 33.68 -
YUV 142.51 133.36 121.93 -
System Red Green Blue C M Y K H S L
Decimal 134 145 152 0.12 0.05 0 0.40 203.33 0.08 0.56
Hex 86 91 98 C 5 0 28 CB 8 38
Octal 206 221 230 14 5 0 50 313 10 70
Binary 10000110 10010001 10011000 1100 101 0 101000 11001011 1000 111000

Color Harmonies of #869198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869198

Black with #869198

Text Example


Text Example

White with #869198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869198; }

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

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

background-color css

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

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

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

border-color css

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

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

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