Html Css Color HEX #8E6782 Strikemaster

📋 copy color: '#8E6782'

red 142 ◦ green 103 ◦ blue 130

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

Shades of Strikemaster #8E6782

Tints of Strikemaster #8E6782

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.47%

 BLUE value IS 130 (51.17% from 255) = 34.67%

R = 37.87%
G = 27.47%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#8E6782 (or 0x8E6782) is known color: Strikemaster. HEX triplet: 8E, 67 and 82. RGB value is (142,103,130). Sum of RGB (Red+Green+Blue) = 142+103+130=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 130 (51.17% from 255 or 34.67% from 375); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E6782 is #71987D. Grayscale: #757575. Windows color (decimal): -7444606 or 8546190. OLE color: 8546190.

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

Color convert

RGB 142 103 130 -
CMYK 0 0.27 0.08 0.44
HSL 318.46º 0.16% 0.48% -
HSV(B) 318.46º 0.27% 0.56% -
XYZ 20.03 17.06 23.36 -
YUV 117.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 142 103 130 0 0.27 0.08 0.44 318.46 0.16 0.48
Hex 8E 67 82 0 1B 8 2C 13E 10 30
Octal 216 147 202 0 33 10 54 476 20 60
Binary 10001110 1100111 10000010 0 11011 1000 101100 100111110 10000 110000

Color Harmonies of #8E6782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6782

Black with #8E6782

Text Example


Text Example

White with #8E6782

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,103,130); }

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

background-color css

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

 a { background-color: rgb(142,103,130); }

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

border-color css

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

 span { border-color: rgb(142,103,130); }

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