Html Css Color HEX #8C8498 Topaz

📋 copy color: '#8C8498'

red 140 ◦ green 132 ◦ blue 152

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

Shades of Topaz #8C8498

Tints of Topaz #8C8498

RGB

 RED value IS 140 (55.08% from 255) = 33.02%

 GREEN value IS 132 (51.95% from 255) = 31.13%

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

R = 33.02%
G = 31.13%
B = 35.85%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8C8498 (or 0x8C8498) is known color: Topaz. HEX triplet: 8C, 84 and 98. RGB value is (140,132,152). Sum of RGB (Red+Green+Blue) = 140+132+152=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 152 - color contains mainly: blue. Hex color #8C8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8498 is #737B67. Grayscale: #888888. Windows color (decimal): -7568232 or 9995404. OLE color: 9995404.

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

Color convert

RGB 140 132 152 -
CMYK 0.08 0.13 0 0.40
HSL 264º 0.09% 0.56% -
HSV(B) 264º 0.13% 0.6% -
XYZ 24.73 24.34 33.1 -
YUV 136.67 136.65 130.37 -
System Red Green Blue C M Y K H S L
Decimal 140 132 152 0.08 0.13 0 0.40 264 0.09 0.56
Hex 8C 84 98 8 D 0 28 108 9 38
Octal 214 204 230 10 15 0 50 410 11 70
Binary 10001100 10000100 10011000 1000 1101 0 101000 100001000 1001 111000

Color Harmonies of #8C8498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8498

Black with #8C8498

Text Example


Text Example

White with #8C8498

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,152); }

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

background-color css

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

 a { background-color: rgb(140,132,152); }

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

border-color css

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

 span { border-color: rgb(140,132,152); }

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