Html Css Color HEX #8A687B Strikemaster

📋 copy color: '#8A687B'

red 138 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #8A687B

Tints of Strikemaster #8A687B

RGB

 RED value IS 138 (54.3% from 255) = 37.81%

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 37.81%
G = 28.49%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#8A687B (or 0x8A687B) is known color: Strikemaster. HEX triplet: 8A, 68 and 7B. RGB value is (138,104,123). Sum of RGB (Red+Green+Blue) = 138+104+123=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 138 - color contains mainly: red. Hex color #8A687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A687B is #759784. Grayscale: #747474. Windows color (decimal): -7706501 or 8087690. OLE color: 8087690.

HSL color Cylindrical-coordinate representation of color #8A687B: hue angle of 326.47º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A687B is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 123 -
CMYK 0 0.25 0.11 0.46
HSL 326.47º 0.14% 0.47% -
HSV(B) 326.47º 0.25% 0.54% -
XYZ 19.01 16.73 20.97 -
YUV 116.33 131.76 143.46 -
System Red Green Blue C M Y K H S L
Decimal 138 104 123 0 0.25 0.11 0.46 326.47 0.14 0.47
Hex 8A 68 7B 0 19 B 2E 146 E 2F
Octal 212 150 173 0 31 13 56 506 16 57
Binary 10001010 1101000 1111011 0 11001 1011 101110 101000110 1110 101111

Color Harmonies of #8A687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A687B

Black with #8A687B

Text Example


Text Example

White with #8A687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,123); }

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

background-color css

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

 a { background-color: rgb(138,104,123); }

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

border-color css

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

 span { border-color: rgb(138,104,123); }

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