Html Css Color HEX #888394 Topaz

📋 copy color: '#888394'

red 136 ◦ green 131 ◦ blue 148

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

Shades of Topaz #888394

Tints of Topaz #888394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.57%

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 32.77%
G = 31.57%
B = 35.66%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888394 (or 0x888394) is known color: Topaz. HEX triplet: 88, 83 and 94. RGB value is (136,131,148). Sum of RGB (Red+Green+Blue) = 136+131+148=415 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.77% from 415); Green value is 131 (51.56% from 255 or 31.57% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 148 - color contains mainly: blue. Hex color #888394 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888394 is #777C6B. Grayscale: #868686. Windows color (decimal): -7830636 or 9733000. OLE color: 9733000.

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

Color convert

RGB 136 131 148 -
CMYK 0.08 0.11 0 0.42
HSL 257.65º 0.07% 0.55% -
HSV(B) 257.65º 0.11% 0.58% -
XYZ 23.61 23.6 31.33 -
YUV 134.43 135.66 129.12 -
System Red Green Blue C M Y K H S L
Decimal 136 131 148 0.08 0.11 0 0.42 257.65 0.07 0.55
Hex 88 83 94 8 B 0 2A 102 7 37
Octal 210 203 224 10 13 0 52 402 7 67
Binary 10001000 10000011 10010100 1000 1011 0 101010 100000010 111 110111

Color Harmonies of #888394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888394

Black with #888394

Text Example


Text Example

White with #888394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888394; }

 p { color: rgb(136,131,148); }

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

background-color css

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

 a { background-color: rgb(136,131,148); }

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

border-color css

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

 span { border-color: rgb(136,131,148); }

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