Html Css Color HEX #8F7186 Strikemaster

📋 copy color: '#8F7186'

red 143 ◦ green 113 ◦ blue 134

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

Shades of Strikemaster #8F7186

Tints of Strikemaster #8F7186

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.97%

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

R = 36.67%
G = 28.97%
B = 34.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8F7186 (or 0x8F7186) is known color: Strikemaster. HEX triplet: 8F, 71 and 86. RGB value is (143,113,134). Sum of RGB (Red+Green+Blue) = 143+113+134=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 113 (44.53% from 255 or 28.97% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7186 is #708E79. Grayscale: #7C7C7C. Windows color (decimal): -7376506 or 8810895. OLE color: 8810895.

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

Color convert

RGB 143 113 134 -
CMYK 0 0.21 0.06 0.44
HSL 318º 0.12% 0.5% -
HSV(B) 318º 0.21% 0.56% -
XYZ 21.54 19.37 25.16 -
YUV 124.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 143 113 134 0 0.21 0.06 0.44 318 0.12 0.5
Hex 8F 71 86 0 15 6 2C 13E C 32
Octal 217 161 206 0 25 6 54 476 14 62
Binary 10001111 1110001 10000110 0 10101 110 101100 100111110 1100 110010

Color Harmonies of #8F7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7186

Black with #8F7186

Text Example


Text Example

White with #8F7186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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