#86627B

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

Shades of Strikemaster #86627B

Tints of Strikemaster #86627B

Color information

#86627B (or 0x86627B) is unknown color: approx Strikemaster. HEX triplet: 86, 62 and 7B. RGB value is (134,98,123). Sum of RGB (Red+Green+Blue) = 134+98+123=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #86627B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86627B is #799D84. Grayscale: #6F6F6F. Windows color (decimal): -7970181 or 8086150. OLE color: 8086150.

HSL color Cylindrical-coordinate representation of color #86627B: hue angle of 318.33º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86627B is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB13498123-
CMYK00.270.080.47
HSL318.33º15.52%45.49%-
HSV(B)318.33º26.87%52.55%-
XYZ17.7715.2320.74-
YUV111.61134.43143.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 123 (48.44% from 255) = 34.65%
R=37.75%
G=27.61%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349812300.270.080.47318.3315.5245.49
Hex86627B01B82F13e102d
Octal20614217303310574762055
Binary1000011011000101111011011011100010111110011111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,98,123); }

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

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

 a { background-color: rgb(134,98,123); }

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

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

 span { border-color: rgb(134,98,123); }

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