Html Css Color HEX #888194 Topaz

📋 copy color: '#888194'

red 136 ◦ green 129 ◦ blue 148

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

Shades of Topaz #888194

Tints of Topaz #888194

RGB

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

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

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

R = 32.93%
G = 31.23%
B = 35.84%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#888194 (or 0x888194) is known color: Topaz. HEX triplet: 88, 81 and 94. RGB value is (136,129,148). Sum of RGB (Red+Green+Blue) = 136+129+148=413 (54% of max value = 765). Red value is 136 (53.52% from 255 or 32.93% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 148 - color contains mainly: blue. Hex color #888194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #888194 is #777E6B. Grayscale: #858585. Windows color (decimal): -7831148 or 9732488. OLE color: 9732488.

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

Color convert

RGB 136 129 148 -
CMYK 0.08 0.13 0 0.42
HSL 262.11º 0.08% 0.54% -
HSV(B) 262.11º 0.13% 0.58% -
XYZ 23.35 23.07 31.24 -
YUV 133.26 136.32 129.96 -
System Red Green Blue C M Y K H S L
Decimal 136 129 148 0.08 0.13 0 0.42 262.11 0.08 0.54
Hex 88 81 94 8 D 0 2A 106 8 36
Octal 210 201 224 10 15 0 52 406 10 66
Binary 10001000 10000001 10010100 1000 1101 0 101010 100000110 1000 110110

Color Harmonies of #888194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #888194

Black with #888194

Text Example


Text Example

White with #888194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #888194; }

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

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

background-color css

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

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

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

border-color css

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

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

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