Html Css Color HEX #8F7086 Strikemaster

📋 copy color: '#8F7086'

red 143 ◦ green 112 ◦ blue 134

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

Shades of Strikemaster #8F7086

Tints of Strikemaster #8F7086

RGB

 RED value IS 143 (56.25% from 255) = 36.76%

 GREEN value IS 112 (44.14% from 255) = 28.79%

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 36.76%
G = 28.79%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8F7086 (or 0x8F7086) is known color: Strikemaster. HEX triplet: 8F, 70 and 86. RGB value is (143,112,134). Sum of RGB (Red+Green+Blue) = 143+112+134=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7086 is #708F79. Grayscale: #7B7B7B. Windows color (decimal): -7376762 or 8810639. OLE color: 8810639.

HSL color Cylindrical-coordinate representation of color #8F7086: hue angle of 317.42º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8F7086 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 134 -
CMYK 0 0.22 0.06 0.44
HSL 317.42º 0.12% 0.5% -
HSV(B) 317.42º 0.22% 0.56% -
XYZ 21.42 19.15 25.12 -
YUV 123.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 143 112 134 0 0.22 0.06 0.44 317.42 0.12 0.5
Hex 8F 70 86 0 16 6 2C 13D C 32
Octal 217 160 206 0 26 6 54 475 14 62
Binary 10001111 1110000 10000110 0 10110 110 101100 100111101 1100 110010

Color Harmonies of #8F7086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7086

Black with #8F7086

Text Example


Text Example

White with #8F7086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7086; }

 p { color: rgb(143,112,134); }

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

background-color css

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

 a { background-color: rgb(143,112,134); }

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

border-color css

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

 span { border-color: rgb(143,112,134); }

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