Html Css Color HEX #8B637E Strikemaster

📋 copy color: '#8B637E'

red 139 ◦ green 99 ◦ blue 126

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

Shades of Strikemaster #8B637E

Tints of Strikemaster #8B637E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.2%

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

R = 38.19%
G = 27.2%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8B637E (or 0x8B637E) is known color: Strikemaster. HEX triplet: 8B, 63 and 7E. RGB value is (139,99,126). Sum of RGB (Red+Green+Blue) = 139+99+126=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B637E is #749C81. Grayscale: #717171. Windows color (decimal): -7642242 or 8283019. OLE color: 8283019.

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

Color convert

RGB 139 99 126 -
CMYK 0 0.29 0.09 0.45
HSL 319.5º 0.17% 0.47% -
HSV(B) 319.5º 0.29% 0.55% -
XYZ 18.88 15.92 21.82 -
YUV 114.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 139 99 126 0 0.29 0.09 0.45 319.5 0.17 0.47
Hex 8B 63 7E 0 1D 9 2D 140 11 2F
Octal 213 143 176 0 35 11 55 500 21 57
Binary 10001011 1100011 1111110 0 11101 1001 101101 101000000 10001 101111

Color Harmonies of #8B637E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B637E

Black with #8B637E

Text Example


Text Example

White with #8B637E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,99,126); }

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

background-color css

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

 a { background-color: rgb(139,99,126); }

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

border-color css

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

 span { border-color: rgb(139,99,126); }

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