Html Css Color HEX #8A8093 Topaz

📋 copy color: '#8A8093'

red 138 ◦ green 128 ◦ blue 147

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

Shades of Topaz #8A8093

Tints of Topaz #8A8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

 BLUE value IS 147 (57.81% from 255) = 35.59%

R = 33.41%
G = 30.99%
B = 35.59%

CMYK

 C value IS 0.06

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A8093 (or 0x8A8093) is known color: Topaz. HEX triplet: 8A, 80 and 93. RGB value is (138,128,147). Sum of RGB (Red+Green+Blue) = 138+128+147=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A8093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8093 is #757F6C. Grayscale: #858585. Windows color (decimal): -7700333 or 9666698. OLE color: 9666698.

HSL color Cylindrical-coordinate representation of color #8A8093: hue angle of 271.58º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A8093 is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 128 147 -
CMYK 0.06 0.13 0 0.42
HSL 271.58º 0.08% 0.54% -
HSV(B) 271.58º 0.13% 0.58% -
XYZ 23.47 22.95 30.8 -
YUV 133.16 135.81 131.46 -
System Red Green Blue C M Y K H S L
Decimal 138 128 147 0.06 0.13 0 0.42 271.58 0.08 0.54
Hex 8A 80 93 6 D 0 2A 110 8 36
Octal 212 200 223 6 15 0 52 420 10 66
Binary 10001010 10000000 10010011 110 1101 0 101010 100010000 1000 110110

Color Harmonies of #8A8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8093

Black with #8A8093

Text Example


Text Example

White with #8A8093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,128,147); }

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

background-color css

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

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

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

border-color css

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

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

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