Html Css Color HEX #8A657C Strikemaster

📋 copy color: '#8A657C'

red 138 ◦ green 101 ◦ blue 124

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

Shades of Strikemaster #8A657C

Tints of Strikemaster #8A657C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.82%

 BLUE value IS 124 (48.83% from 255) = 34.16%

R = 38.02%
G = 27.82%
B = 34.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#8A657C (or 0x8A657C) is known color: Strikemaster. HEX triplet: 8A, 65 and 7C. RGB value is (138,101,124). Sum of RGB (Red+Green+Blue) = 138+101+124=363 (48% of max value = 765). Red value is 138 (54.30% from 255 or 38.02% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 124 (48.83% from 255 or 34.16% from 363); Max value from RGB is 138 - color contains mainly: red. Hex color #8A657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A657C is #759A83. Grayscale: #727272. Windows color (decimal): -7707268 or 8152458. OLE color: 8152458.

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

Color convert

RGB 138 101 124 -
CMYK 0 0.27 0.10 0.46
HSL 322.7º 0.15% 0.47% -
HSV(B) 322.7º 0.27% 0.54% -
XYZ 18.77 16.17 21.2 -
YUV 114.69 133.26 144.63 -
System Red Green Blue C M Y K H S L
Decimal 138 101 124 0 0.27 0.10 0.46 322.7 0.15 0.47
Hex 8A 65 7C 0 1B A 2E 143 F 2F
Octal 212 145 174 0 33 12 56 503 17 57
Binary 10001010 1100101 1111100 0 11011 1010 101110 101000011 1111 101111

Color Harmonies of #8A657C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A657C

Black with #8A657C

Text Example


Text Example

White with #8A657C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,101,124); }

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

background-color css

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

 a { background-color: rgb(138,101,124); }

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

border-color css

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

 span { border-color: rgb(138,101,124); }

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