Html Css Color HEX #8A8394 Topaz

📋 copy color: '#8A8394'

red 138 ◦ green 131 ◦ blue 148

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

Shades of Topaz #8A8394

Tints of Topaz #8A8394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.41%

 BLUE value IS 148 (58.2% from 255) = 35.49%

R = 33.09%
G = 31.41%
B = 35.49%

CMYK

 C value IS 0.07

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A8394 (or 0x8A8394) is known color: Topaz. HEX triplet: 8A, 83 and 94. RGB value is (138,131,148). Sum of RGB (Red+Green+Blue) = 138+131+148=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 148 - color contains mainly: blue. Hex color #8A8394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8394 is #757C6B. Grayscale: #868686. Windows color (decimal): -7699564 or 9733002. OLE color: 9733002.

HSL color Cylindrical-coordinate representation of color #8A8394: hue angle of 264.71º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A8394 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 131 148 -
CMYK 0.07 0.11 0 0.42
HSL 264.71º 0.07% 0.55% -
HSV(B) 264.71º 0.11% 0.58% -
XYZ 23.94 23.77 31.34 -
YUV 135.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 138 131 148 0.07 0.11 0 0.42 264.71 0.07 0.55
Hex 8A 83 94 7 B 0 2A 109 7 37
Octal 212 203 224 7 13 0 52 411 7 67
Binary 10001010 10000011 10010100 111 1011 0 101010 100001001 111 110111

Color Harmonies of #8A8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8394

Black with #8A8394

Text Example


Text Example

White with #8A8394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,131,148); }

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

background-color css

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

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

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

border-color css

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

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

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