Html Css Color HEX #8B667E Strikemaster

📋 copy color: '#8B667E'

red 139 ◦ green 102 ◦ blue 126

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

Shades of Strikemaster #8B667E

Tints of Strikemaster #8B667E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.79%

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 37.87%
G = 27.79%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B667E (or 0x8B667E) is known color: Strikemaster. HEX triplet: 8B, 66 and 7E. RGB value is (139,102,126). Sum of RGB (Red+Green+Blue) = 139+102+126=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B667E is #749981. Grayscale: #737373. Windows color (decimal): -7641474 or 8283787. OLE color: 8283787.

HSL color Cylindrical-coordinate representation of color #8B667E: hue angle of 321.08º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B667E is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 102 126 -
CMYK 0 0.27 0.09 0.45
HSL 321.08º 0.15% 0.47% -
HSV(B) 321.08º 0.27% 0.55% -
XYZ 19.16 16.5 21.91 -
YUV 115.8 133.76 144.55 -
System Red Green Blue C M Y K H S L
Decimal 139 102 126 0 0.27 0.09 0.45 321.08 0.15 0.47
Hex 8B 66 7E 0 1B 9 2D 141 F 2F
Octal 213 146 176 0 33 11 55 501 17 57
Binary 10001011 1100110 1111110 0 11011 1001 101101 101000001 1111 101111

Color Harmonies of #8B667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B667E

Black with #8B667E

Text Example


Text Example

White with #8B667E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,102,126); }

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

background-color css

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

 a { background-color: rgb(139,102,126); }

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

border-color css

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

 span { border-color: rgb(139,102,126); }

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