Html Css Color HEX #8A677D Strikemaster

📋 copy color: '#8A677D'

red 138 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #8A677D

Tints of Strikemaster #8A677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.15%

R = 37.7%
G = 28.14%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.09

 K value IS 0.46

RGB Variations

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

Color information

#8A677D (or 0x8A677D) is known color: Strikemaster. HEX triplet: 8A, 67 and 7D. RGB value is (138,103,125). Sum of RGB (Red+Green+Blue) = 138+103+125=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 125 (49.22% from 255 or 34.15% from 366); Max value from RGB is 138 - color contains mainly: red. Hex color #8A677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A677D is #759882. Grayscale: #737373. Windows color (decimal): -7706755 or 8218506. OLE color: 8218506.

HSL color Cylindrical-coordinate representation of color #8A677D: hue angle of 322.29º degrees, saturation: 0.15, 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 #8A677D is Cyan = 0, Magento = 0.25, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 103 125 -
CMYK 0 0.25 0.09 0.46
HSL 322.29º 0.15% 0.47% -
HSV(B) 322.29º 0.25% 0.54% -
XYZ 19.03 16.58 21.6 -
YUV 115.97 133.1 143.71 -
System Red Green Blue C M Y K H S L
Decimal 138 103 125 0 0.25 0.09 0.46 322.29 0.15 0.47
Hex 8A 67 7D 0 19 9 2E 142 F 2F
Octal 212 147 175 0 31 11 56 502 17 57
Binary 10001010 1100111 1111101 0 11001 1001 101110 101000010 1111 101111

Color Harmonies of #8A677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A677D

Black with #8A677D

Text Example


Text Example

White with #8A677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,103,125); }

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

background-color css

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

 a { background-color: rgb(138,103,125); }

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

border-color css

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

 span { border-color: rgb(138,103,125); }

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