Html Css Color HEX #888294 Topaz

📋 copy color: '#888294'

red 136 ◦ green 130 ◦ blue 148

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

Shades of Topaz #888294

Tints of Topaz #888294

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.4%

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

R = 32.85%
G = 31.4%
B = 35.75%

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

#888294 (or 0x888294) is known color: Topaz. HEX triplet: 88, 82 and 94. RGB value is (136,130,148). Sum of RGB (Red+Green+Blue) = 136+130+148=414 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.85% from 414); Green value is 130 (51.17% from 255 or 31.40% from 414); Blue value is 148 (58.20% from 255 or 35.75% from 414); Max value from RGB is 148 - color contains mainly: blue. Hex color #888294 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888294 is #777D6B. Grayscale: #858585. Windows color (decimal): -7830892 or 9732744. OLE color: 9732744.

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

Color convert

RGB 136 130 148 -
CMYK 0.08 0.12 0 0.42
HSL 260º 0.08% 0.55% -
HSV(B) 260º 0.12% 0.58% -
XYZ 23.48 23.34 31.28 -
YUV 133.85 135.99 129.54 -
System Red Green Blue C M Y K H S L
Decimal 136 130 148 0.08 0.12 0 0.42 260 0.08 0.55
Hex 88 82 94 8 C 0 2A 104 8 37
Octal 210 202 224 10 14 0 52 404 10 67
Binary 10001000 10000010 10010100 1000 1100 0 101010 100000100 1000 110111

Color Harmonies of #888294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888294

Black with #888294

Text Example


Text Example

White with #888294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888294; }

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

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

background-color css

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

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

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

border-color css

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

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

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