Html Css Color HEX #8A5675 Strikemaster

📋 copy color: '#8A5675'

red 138 ◦ green 86 ◦ blue 117

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

Shades of Strikemaster #8A5675

Tints of Strikemaster #8A5675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.22%

 BLUE value IS 117 (46.09% from 255) = 34.31%

R = 40.47%
G = 25.22%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#8A5675 (or 0x8A5675) is known color: Strikemaster. HEX triplet: 8A, 56 and 75. RGB value is (138,86,117). Sum of RGB (Red+Green+Blue) = 138+86+117=341 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.47% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 117 (46.09% from 255 or 34.31% from 341); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5675 is #75A98A. Grayscale: #696969. Windows color (decimal): -7711115 or 7689866. OLE color: 7689866.

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

Color convert

RGB 138 86 117 -
CMYK 0 0.38 0.15 0.46
HSL 324.23º 0.23% 0.44% -
HSV(B) 324.23º 0.38% 0.54% -
XYZ 17.02 13.34 18.51 -
YUV 105.08 134.73 151.48 -
System Red Green Blue C M Y K H S L
Decimal 138 86 117 0 0.38 0.15 0.46 324.23 0.23 0.44
Hex 8A 56 75 0 26 F 2E 144 17 2C
Octal 212 126 165 0 46 17 56 504 27 54
Binary 10001010 1010110 1110101 0 100110 1111 101110 101000100 10111 101100

Color Harmonies of #8A5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5675

Black with #8A5675

Text Example


Text Example

White with #8A5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,86,117); }

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

background-color css

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

 a { background-color: rgb(138,86,117); }

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

border-color css

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

 span { border-color: rgb(138,86,117); }

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