#88627E

Color #88627E Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #88627E

Tints of Strikemaster #88627E

Color information

#88627E (or 0x88627E) is unknown color: approx Strikemaster. HEX triplet: 88, 62 and 7E. RGB value is (136,98,126). Sum of RGB (Red+Green+Blue) = 136+98+126=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 136 - color contains mainly: red. Hex color #88627E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88627E is #779D81. Grayscale: #707070. Windows color (decimal): -7839106 or 8282760. OLE color: 8282760.

HSL color Cylindrical-coordinate representation of color #88627E: hue angle of 315.79º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88627E is Cyan = 0, Magento = 0.28, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB13698126-
CMYK00.280.070.47
HSL315.79º16.24%45.88%-
HSV(B)315.79º27.94%53.33%-
XYZ18.2915.4821.76-
YUV112.55135.59144.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 37.78%
GREEN value IS 98 (38.67% from 255) = 27.22%
BLUE value IS 126 (49.61% from 255) = 35%
R=37.78%
G=27.22%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1369812600.280.070.47315.7916.2445.88
Hex88627E01C72F13c102e
Octal2101421760347574742056
Binary100010001100010111111001110011110111110011110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88627E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88627E; }

 p { color: rgb(136,98,126); }

 H1.HeaderClassName
 {
   color: #88627E;
 }
 .AnyTagClassName
 {
   color: #88627E;
 }
</style>
background-color css

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

 a { background-color: rgb(136,98,126); }

 div.DivClassName
 {
   background-color: #88627E;
 }
 .BgClassName
 {
   background-color: #88627E;
 }
</style>
border-color css

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

 span { border-color: rgb(136,98,126); }

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