Html Css Color HEX #8F697B Strikemaster

📋 copy color: '#8F697B'

red 143 ◦ green 105 ◦ blue 123

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

Shades of Strikemaster #8F697B

Tints of Strikemaster #8F697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.3%

 BLUE value IS 123 (48.44% from 255) = 33.15%

R = 38.54%
G = 28.3%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.44

RGB Variations

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

Color information

#8F697B (or 0x8F697B) is known color: Strikemaster. HEX triplet: 8F, 69 and 7B. RGB value is (143,105,123). Sum of RGB (Red+Green+Blue) = 143+105+123=371 (49% of max value = 765). Red value is 143 (56.25% from 255 or 38.54% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 143 - color contains mainly: red. Hex color #8F697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F697B is #709684. Grayscale: #767676. Windows color (decimal): -7378565 or 8087951. OLE color: 8087951.

HSL color Cylindrical-coordinate representation of color #8F697B: hue angle of 331.58º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8F697B is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 105 123 -
CMYK 0 0.27 0.14 0.44
HSL 331.58º 0.15% 0.49% -
HSV(B) 331.58º 0.27% 0.56% -
XYZ 19.95 17.37 21.04 -
YUV 118.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 143 105 123 0 0.27 0.14 0.44 331.58 0.15 0.49
Hex 8F 69 7B 0 1B E 2C 14C F 31
Octal 217 151 173 0 33 16 54 514 17 61
Binary 10001111 1101001 1111011 0 11011 1110 101100 101001100 1111 110001

Color Harmonies of #8F697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F697B

Black with #8F697B

Text Example


Text Example

White with #8F697B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,105,123); }

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

background-color css

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

 a { background-color: rgb(143,105,123); }

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

border-color css

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

 span { border-color: rgb(143,105,123); }

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