Html Css Color HEX #888193 Topaz

📋 copy color: '#888193'

red 136 ◦ green 129 ◦ blue 147

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

Shades of Topaz #888193

Tints of Topaz #888193

RGB

 RED value IS 136 (53.52% from 255) = 33.01%

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

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

R = 33.01%
G = 31.31%
B = 35.68%

CMYK

 C value IS 0.07

 M value IS 0.12

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888193 (or 0x888193) is known color: Topaz. HEX triplet: 88, 81 and 93. RGB value is (136,129,147). Sum of RGB (Red+Green+Blue) = 136+129+147=412 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.01% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 147 (57.81% from 255 or 35.68% from 412); Max value from RGB is 147 - color contains mainly: blue. Hex color #888193 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888193 is #777E6C. Grayscale: #858585. Windows color (decimal): -7831149 or 9666952. OLE color: 9666952.

HSL color Cylindrical-coordinate representation of color #888193: hue angle of 263.33º 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 #888193 is Cyan = 0.07, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 136 129 147 -
CMYK 0.07 0.12 0 0.42
HSL 263.33º 0.08% 0.54% -
HSV(B) 263.33º 0.12% 0.58% -
XYZ 23.27 23.04 30.82 -
YUV 133.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 136 129 147 0.07 0.12 0 0.42 263.33 0.08 0.54
Hex 88 81 93 7 C 0 2A 107 8 36
Octal 210 201 223 7 14 0 52 407 10 66
Binary 10001000 10000001 10010011 111 1100 0 101010 100000111 1000 110110

Color Harmonies of #888193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888193

Black with #888193

Text Example


Text Example

White with #888193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888193; }

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

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

background-color css

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

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

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

border-color css

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

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

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