Html Css Color HEX #869298 Aluminium

📋 copy color: '#869298'

red 134 ◦ green 146 ◦ blue 152

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

Shades of Aluminium #869298

Tints of Aluminium #869298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.8%

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

R = 31.02%
G = 33.8%
B = 35.19%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#869298 (or 0x869298) is known color: Aluminium. HEX triplet: 86, 92 and 98. RGB value is (134,146,152). Sum of RGB (Red+Green+Blue) = 134+146+152=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 146 (57.42% from 255 or 33.80% from 432); Blue value is 152 (59.77% from 255 or 35.19% from 432); Max value from RGB is 152 - color contains mainly: blue. Hex color #869298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #869298 is #796D67. Grayscale: #8F8F8F. Windows color (decimal): -7957864 or 9998982. OLE color: 9998982.

HSL color Cylindrical-coordinate representation of color #869298: hue angle of 200º 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 #869298 is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 134 146 152 -
CMYK 0.12 0.04 0 0.40
HSL 200º 0.08% 0.56% -
HSV(B) 200º 0.12% 0.6% -
XYZ 25.78 27.89 33.73 -
YUV 143.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 134 146 152 0.12 0.04 0 0.40 200 0.08 0.56
Hex 86 92 98 C 4 0 28 C8 8 38
Octal 206 222 230 14 4 0 50 310 10 70
Binary 10000110 10010010 10011000 1100 100 0 101000 11001000 1000 111000

Color Harmonies of #869298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869298

Black with #869298

Text Example


Text Example

White with #869298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869298; }

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

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

background-color css

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

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

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

border-color css

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

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

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