Html Css Color HEX #8A647E Strikemaster

📋 copy color: '#8A647E'

red 138 ◦ green 100 ◦ blue 126

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

Shades of Strikemaster #8A647E

Tints of Strikemaster #8A647E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.47%

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

R = 37.91%
G = 27.47%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A647E (or 0x8A647E) is known color: Strikemaster. HEX triplet: 8A, 64 and 7E. RGB value is (138,100,126). Sum of RGB (Red+Green+Blue) = 138+100+126=364 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.91% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 138 - color contains mainly: red. Hex color #8A647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A647E is #759B81. Grayscale: #727272. Windows color (decimal): -7707522 or 8283274. OLE color: 8283274.

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

Color convert

RGB 138 100 126 -
CMYK 0 0.28 0.09 0.46
HSL 318.95º 0.16% 0.47% -
HSV(B) 318.95º 0.28% 0.54% -
XYZ 18.8 16.02 21.84 -
YUV 114.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 138 100 126 0 0.28 0.09 0.46 318.95 0.16 0.47
Hex 8A 64 7E 0 1C 9 2E 13F 10 2F
Octal 212 144 176 0 34 11 56 477 20 57
Binary 10001010 1100100 1111110 0 11100 1001 101110 100111111 10000 101111

Color Harmonies of #8A647E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A647E

Black with #8A647E

Text Example


Text Example

White with #8A647E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,100,126); }

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

background-color css

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

 a { background-color: rgb(138,100,126); }

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

border-color css

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

 span { border-color: rgb(138,100,126); }

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