Html Css Color HEX #8C6B85 Strikemaster

📋 copy color: '#8C6B85'

red 140 ◦ green 107 ◦ blue 133

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

Shades of Strikemaster #8C6B85

Tints of Strikemaster #8C6B85

RGB

 RED value IS 140 (55.08% from 255) = 36.84%

 GREEN value IS 107 (42.19% from 255) = 28.16%

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

R = 36.84%
G = 28.16%
B = 35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.05

 K value IS 0.45

RGB Variations

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

Color information

#8C6B85 (or 0x8C6B85) is known color: Strikemaster. HEX triplet: 8C, 6B and 85. RGB value is (140,107,133). Sum of RGB (Red+Green+Blue) = 140+107+133=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6B85 is #73947A. Grayscale: #777777. Windows color (decimal): -7574651 or 8743820. OLE color: 8743820.

HSL color Cylindrical-coordinate representation of color #8C6B85: hue angle of 312.73º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8C6B85 is Cyan = 0, Magento = 0.24, Yellow = 0.05 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 107 133 -
CMYK 0 0.24 0.05 0.45
HSL 312.73º 0.13% 0.48% -
HSV(B) 312.73º 0.24% 0.55% -
XYZ 20.31 17.78 24.55 -
YUV 119.83 135.43 142.39 -
System Red Green Blue C M Y K H S L
Decimal 140 107 133 0 0.24 0.05 0.45 312.73 0.13 0.48
Hex 8C 6B 85 0 18 5 2D 139 D 30
Octal 214 153 205 0 30 5 55 471 15 60
Binary 10001100 1101011 10000101 0 11000 101 101101 100111001 1101 110000

Color Harmonies of #8C6B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6B85

Black with #8C6B85

Text Example


Text Example

White with #8C6B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,107,133); }

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

background-color css

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

 a { background-color: rgb(140,107,133); }

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

border-color css

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

 span { border-color: rgb(140,107,133); }

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