Html Css Color HEX #878193 Topaz

📋 copy color: '#878193'

red 135 ◦ green 129 ◦ blue 147

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

Shades of Topaz #878193

Tints of Topaz #878193

RGB

 RED value IS 135 (53.13% from 255) = 32.85%

 GREEN value IS 129 (50.78% from 255) = 31.39%

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

R = 32.85%
G = 31.39%
B = 35.77%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#878193 (or 0x878193) is known color: Topaz. HEX triplet: 87, 81 and 93. RGB value is (135,129,147). Sum of RGB (Red+Green+Blue) = 135+129+147=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 129 (50.78% from 255 or 31.39% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #878193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #878193 is #787E6C. Grayscale: #848484. Windows color (decimal): -7896685 or 9666951. OLE color: 9666951.

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

Color convert

RGB 135 129 147 -
CMYK 0.08 0.12 0 0.42
HSL 260º 0.08% 0.54% -
HSV(B) 260º 0.12% 0.58% -
XYZ 23.11 22.96 30.82 -
YUV 132.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 135 129 147 0.08 0.12 0 0.42 260 0.08 0.54
Hex 87 81 93 8 C 0 2A 104 8 36
Octal 207 201 223 10 14 0 52 404 10 66
Binary 10000111 10000001 10010011 1000 1100 0 101010 100000100 1000 110110

Color Harmonies of #878193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878193

Black with #878193

Text Example


Text Example

White with #878193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878193; }

 p { color: rgb(135,129,147); }

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

background-color css

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

 a { background-color: rgb(135,129,147); }

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

border-color css

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

 span { border-color: rgb(135,129,147); }

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