Html Css Color HEX #8B677D Strikemaster

📋 copy color: '#8B677D'

red 139 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #8B677D

Tints of Strikemaster #8B677D

RGB

 RED value IS 139 (54.69% from 255) = 37.87%

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

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

R = 37.87%
G = 28.07%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.45

RGB Variations

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

Color information

#8B677D (or 0x8B677D) is known color: Strikemaster. HEX triplet: 8B, 67 and 7D. RGB value is (139,103,125). Sum of RGB (Red+Green+Blue) = 139+103+125=367 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.87% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 125 (49.22% from 255 or 34.06% from 367); Max value from RGB is 139 - color contains mainly: red. Hex color #8B677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B677D is #749882. Grayscale: #747474. Windows color (decimal): -7641219 or 8218507. OLE color: 8218507.

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

Color convert

RGB 139 103 125 -
CMYK 0 0.26 0.10 0.45
HSL 323.33º 0.15% 0.47% -
HSV(B) 323.33º 0.26% 0.55% -
XYZ 19.2 16.67 21.61 -
YUV 116.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 139 103 125 0 0.26 0.10 0.45 323.33 0.15 0.47
Hex 8B 67 7D 0 1A A 2D 143 F 2F
Octal 213 147 175 0 32 12 55 503 17 57
Binary 10001011 1100111 1111101 0 11010 1010 101101 101000011 1111 101111

Color Harmonies of #8B677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B677D

Black with #8B677D

Text Example


Text Example

White with #8B677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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