Html Css Color HEX #88859B Grey Suit

📋 copy color: '#88859B'

red 136 ◦ green 133 ◦ blue 155

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

Shades of Grey Suit #88859B

Tints of Grey Suit #88859B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.37%

 BLUE value IS 155 (60.94% from 255) = 36.56%

R = 32.08%
G = 31.37%
B = 36.56%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#88859B (or 0x88859B) is known color: Grey Suit. HEX triplet: 88, 85 and 9B. RGB value is (136,133,155). Sum of RGB (Red+Green+Blue) = 136+133+155=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 155 - color contains mainly: blue. Hex color #88859B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #88859B is #777A64. Grayscale: #888888. Windows color (decimal): -7830117 or 10192264. OLE color: 10192264.

HSL color Cylindrical-coordinate representation of color #88859B: hue angle of 248.18º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #88859B is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 136 133 155 -
CMYK 0.12 0.14 0 0.39
HSL 248.18º 0.1% 0.56% -
HSV(B) 248.18º 0.14% 0.61% -
XYZ 24.46 24.38 34.43 -
YUV 136.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 136 133 155 0.12 0.14 0 0.39 248.18 0.1 0.56
Hex 88 85 9B C E 0 27 F8 A 38
Octal 210 205 233 14 16 0 47 370 12 70
Binary 10001000 10000101 10011011 1100 1110 0 100111 11111000 1010 111000

Color Harmonies of #88859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88859B

Black with #88859B

Text Example


Text Example

White with #88859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88859B; }

 p { color: rgb(136,133,155); }

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

background-color css

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

 a { background-color: rgb(136,133,155); }

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

border-color css

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

 span { border-color: rgb(136,133,155); }

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