Html Css Color HEX #8F7085 Strikemaster

📋 copy color: '#8F7085'

red 143 ◦ green 112 ◦ blue 133

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

Shades of Strikemaster #8F7085

Tints of Strikemaster #8F7085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 36.86%
G = 28.87%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.07

 K value IS 0.44

RGB Variations

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

Color information

#8F7085 (or 0x8F7085) is known color: Strikemaster. HEX triplet: 8F, 70 and 85. RGB value is (143,112,133). Sum of RGB (Red+Green+Blue) = 143+112+133=388 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.86% from 388); Green value is 112 (44.14% from 255 or 28.87% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7085 is #708F7A. Grayscale: #7B7B7B. Windows color (decimal): -7376763 or 8745103. OLE color: 8745103.

HSL color Cylindrical-coordinate representation of color #8F7085: hue angle of 319.35º 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 #8F7085 is Cyan = 0, Magento = 0.22, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 112 133 -
CMYK 0 0.22 0.07 0.44
HSL 319.35º 0.12% 0.5% -
HSV(B) 319.35º 0.22% 0.56% -
XYZ 21.36 19.12 24.76 -
YUV 123.66 133.27 141.79 -
System Red Green Blue C M Y K H S L
Decimal 143 112 133 0 0.22 0.07 0.44 319.35 0.12 0.5
Hex 8F 70 85 0 16 7 2C 13F C 32
Octal 217 160 205 0 26 7 54 477 14 62
Binary 10001111 1110000 10000101 0 10110 111 101100 100111111 1100 110010

Color Harmonies of #8F7085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7085

Black with #8F7085

Text Example


Text Example

White with #8F7085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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