Html Css Color HEX #8E667B Strikemaster

📋 copy color: '#8E667B'

red 142 ◦ green 102 ◦ blue 123

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

Shades of Strikemaster #8E667B

Tints of Strikemaster #8E667B

RGB

 RED value IS 142 (55.86% from 255) = 38.69%

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

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

R = 38.69%
G = 27.79%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8E667B (or 0x8E667B) is known color: Strikemaster. HEX triplet: 8E, 66 and 7B. RGB value is (142,102,123). Sum of RGB (Red+Green+Blue) = 142+102+123=367 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.69% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 142 - color contains mainly: red. Hex color #8E667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E667B is #719984. Grayscale: #747474. Windows color (decimal): -7444869 or 8087182. OLE color: 8087182.

HSL color Cylindrical-coordinate representation of color #8E667B: hue angle of 328.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8E667B is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 102 123 -
CMYK 0 0.28 0.13 0.44
HSL 328.5º 0.16% 0.48% -
HSV(B) 328.5º 0.28% 0.56% -
XYZ 19.48 16.68 20.93 -
YUV 116.35 131.75 146.29 -
System Red Green Blue C M Y K H S L
Decimal 142 102 123 0 0.28 0.13 0.44 328.5 0.16 0.48
Hex 8E 66 7B 0 1C D 2C 148 10 30
Octal 216 146 173 0 34 15 54 510 20 60
Binary 10001110 1100110 1111011 0 11100 1101 101100 101001000 10000 110000

Color Harmonies of #8E667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E667B

Black with #8E667B

Text Example


Text Example

White with #8E667B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,102,123); }

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

background-color css

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

 a { background-color: rgb(142,102,123); }

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

border-color css

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

 span { border-color: rgb(142,102,123); }

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