Html Css Color HEX #8A8B8B Oslo Grey

📋 copy color: '#8A8B8B'

red 138 ◦ green 139 ◦ blue 139

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

Shades of Oslo Grey #8A8B8B

Tints of Oslo Grey #8A8B8B

RGB

 RED value IS 138 (54.3% from 255) = 33.17%

 GREEN value IS 139 (54.69% from 255) = 33.41%

 BLUE value IS 139 (54.69% from 255) = 33.41%

R = 33.17%
G = 33.41%
B = 33.41%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#8A8B8B (or 0x8A8B8B) is known color: Oslo Grey. HEX triplet: 8A, 8B and 8B. RGB value is (138,139,139). Sum of RGB (Red+Green+Blue) = 138+139+139=416 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.17% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 139 - color contains mainly: green, blue. Hex color #8A8B8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8B8B is #757474. Grayscale: #8A8A8A. Windows color (decimal): -7697525 or 9145226. OLE color: 9145226.

HSL color Cylindrical-coordinate representation of color #8A8B8B: hue angle of 180º degrees, saturation: 0, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8A8B8B is Cyan = 0.01, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 138 139 139 -
CMYK 0.01 0 0 0.45
HSL 180º 0% 0.54% -
HSV(B) 180º 0.01% 0.55% -
XYZ 24.37 25.73 28.11 -
YUV 138.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 138 139 139 0.01 0 0 0.45 180 0 0.54
Hex 8A 8B 8B 1 0 0 2D B4 0 36
Octal 212 213 213 1 0 0 55 264 0 66
Binary 10001010 10001011 10001011 1 0 0 101101 10110100 0 110110

Color Harmonies of #8A8B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8B8B

Black with #8A8B8B

Text Example


Text Example

White with #8A8B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,139,139); }

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

background-color css

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

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

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

border-color css

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

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

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