Html Css Color HEX #888493 Topaz

📋 copy color: '#888493'

red 136 ◦ green 132 ◦ blue 147

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

Shades of Topaz #888493

Tints of Topaz #888493

RGB

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

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

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

R = 32.77%
G = 31.81%
B = 35.42%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888493 (or 0x888493) is known color: Topaz. HEX triplet: 88, 84 and 93. RGB value is (136,132,147). Sum of RGB (Red+Green+Blue) = 136+132+147=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 147 - color contains mainly: blue. Hex color #888493 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888493 is #777B6C. Grayscale: #868686. Windows color (decimal): -7830381 or 9667720. OLE color: 9667720.

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

Color convert

RGB 136 132 147 -
CMYK 0.07 0.10 0 0.42
HSL 256º 0.06% 0.55% -
HSV(B) 256º 0.1% 0.58% -
XYZ 23.67 23.84 30.96 -
YUV 134.91 134.83 128.78 -
System Red Green Blue C M Y K H S L
Decimal 136 132 147 0.07 0.10 0 0.42 256 0.06 0.55
Hex 88 84 93 7 A 0 2A 100 6 37
Octal 210 204 223 7 12 0 52 400 6 67
Binary 10001000 10000100 10010011 111 1010 0 101010 100000000 110 110111

Color Harmonies of #888493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888493

Black with #888493

Text Example


Text Example

White with #888493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888493; }

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

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

background-color css

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

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

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

border-color css

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

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

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