Html Css Color HEX #8A8098 Topaz

📋 copy color: '#8A8098'

red 138 ◦ green 128 ◦ blue 152

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

Shades of Topaz #8A8098

Tints of Topaz #8A8098

RGB

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

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

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

R = 33.01%
G = 30.62%
B = 36.36%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A8098 (or 0x8A8098) is known color: Topaz. HEX triplet: 8A, 80 and 98. RGB value is (138,128,152). Sum of RGB (Red+Green+Blue) = 138+128+152=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #8A8098 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A8098 is #757F67. Grayscale: #858585. Windows color (decimal): -7700328 or 9994378. OLE color: 9994378.

HSL color Cylindrical-coordinate representation of color #8A8098: hue angle of 265º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A8098 is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 138 128 152 -
CMYK 0.09 0.16 0 0.40
HSL 265º 0.1% 0.55% -
HSV(B) 265º 0.16% 0.6% -
XYZ 23.87 23.11 32.91 -
YUV 133.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 138 128 152 0.09 0.16 0 0.40 265 0.1 0.55
Hex 8A 80 98 9 10 0 28 109 A 37
Octal 212 200 230 11 20 0 50 411 12 67
Binary 10001010 10000000 10011000 1001 10000 0 101000 100001001 1010 110111

Color Harmonies of #8A8098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A8098

Black with #8A8098

Text Example


Text Example

White with #8A8098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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