#8A919B

Color #8A919B Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #8A919B

Tints of Light Slate Grey #8A919B

Color information

#8A919B (or 0x8A919B) is unknown color: approx Light Slate Grey. HEX triplet: 8A, 91 and 9B. RGB value is (138,145,155). Sum of RGB (Red+Green+Blue) = 138+145+155=438 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.51% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A919B is #756E64. Grayscale: #909090. Windows color (decimal): -7695973 or 10195338. OLE color: 10195338.

HSL color Cylindrical-coordinate representation of color #8A919B: hue angle of 215.29º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A919B is Cyan = 0.11, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB138145155-
CMYK0.110.0600.39
HSL215.29º7.83%57.45%-
HSV(B)215.29º10.97%60.78%-
XYZ26.5228.0235.02-
YUV144.05134.18123.69-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.51%
GREEN value IS 145 (57.03% from 255) = 33.11%
BLUE value IS 155 (60.94% from 255) = 35.39%
R=31.51%
G=33.11%
B=35.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381451550.110.0600.39215.297.8357.45
Hex8A919BB6027d7839
Octal2122212331360473271071
Binary10001010100100011001101110111100100111110101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A919B; }

 p { color: rgb(138,145,155); }

 H1.HeaderClassName
 {
   color: #8A919B;
 }
 .AnyTagClassName
 {
   color: #8A919B;
 }
</style>
background-color css

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

 a { background-color: rgb(138,145,155); }

 div.DivClassName
 {
   background-color: #8A919B;
 }
 .BgClassName
 {
   background-color: #8A919B;
 }
</style>
border-color css

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

 span { border-color: rgb(138,145,155); }

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