Html Css Color HEX #887993 Topaz

📋 copy color: '#887993'

red 136 ◦ green 121 ◦ blue 147

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

Shades of Topaz #887993

Tints of Topaz #887993

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.95%

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

R = 33.66%
G = 29.95%
B = 36.39%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#887993 (or 0x887993) is known color: Topaz. HEX triplet: 88, 79 and 93. RGB value is (136,121,147). Sum of RGB (Red+Green+Blue) = 136+121+147=404 (53% of max value = 765). Red value is 136 (53.52% from 255 or 33.66% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 147 - color contains mainly: blue. Hex color #887993 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #887993 is #77866C. Grayscale: #808080. Windows color (decimal): -7833197 or 9664904. OLE color: 9664904.

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

Color convert

RGB 136 121 147 -
CMYK 0.07 0.18 0 0.42
HSL 274.62º 0.11% 0.53% -
HSV(B) 274.62º 0.18% 0.58% -
XYZ 22.26 21.02 30.49 -
YUV 128.45 138.47 133.39 -
System Red Green Blue C M Y K H S L
Decimal 136 121 147 0.07 0.18 0 0.42 274.62 0.11 0.53
Hex 88 79 93 7 12 0 2A 113 B 35
Octal 210 171 223 7 22 0 52 423 13 65
Binary 10001000 1111001 10010011 111 10010 0 101010 100010011 1011 110101

Color Harmonies of #887993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #887993

Black with #887993

Text Example


Text Example

White with #887993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #887993; }

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

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

background-color css

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

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

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

border-color css

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

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

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