Html Css Color HEX #8B6B7B Strikemaster

📋 copy color: '#8B6B7B'

red 139 ◦ green 107 ◦ blue 123

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

Shades of Strikemaster #8B6B7B

Tints of Strikemaster #8B6B7B

RGB

 RED value IS 139 (54.69% from 255) = 37.67%

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

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

R = 37.67%
G = 29%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.12

 K value IS 0.45

RGB Variations

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

Color information

#8B6B7B (or 0x8B6B7B) is known color: Strikemaster. HEX triplet: 8B, 6B and 7B. RGB value is (139,107,123). Sum of RGB (Red+Green+Blue) = 139+107+123=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6B7B is #749484. Grayscale: #767676. Windows color (decimal): -7640197 or 8088459. OLE color: 8088459.

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

Color convert

RGB 139 107 123 -
CMYK 0 0.23 0.12 0.45
HSL 330º 0.13% 0.48% -
HSV(B) 330º 0.23% 0.55% -
XYZ 19.48 17.43 21.08 -
YUV 118.39 130.6 142.7 -
System Red Green Blue C M Y K H S L
Decimal 139 107 123 0 0.23 0.12 0.45 330 0.13 0.48
Hex 8B 6B 7B 0 17 C 2D 14A D 30
Octal 213 153 173 0 27 14 55 512 15 60
Binary 10001011 1101011 1111011 0 10111 1100 101101 101001010 1101 110000

Color Harmonies of #8B6B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6B7B

Black with #8B6B7B

Text Example


Text Example

White with #8B6B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,107,123); }

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

background-color css

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

 a { background-color: rgb(139,107,123); }

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

border-color css

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

 span { border-color: rgb(139,107,123); }

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