Html Css Color HEX #87627D Strikemaster

📋 copy color: '#87627D'

red 135 ◦ green 98 ◦ blue 125

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

Shades of Strikemaster #87627D

Tints of Strikemaster #87627D

RGB

 RED value IS 135 (53.13% from 255) = 37.71%

 GREEN value IS 98 (38.67% from 255) = 27.37%

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

R = 37.71%
G = 27.37%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#87627D (or 0x87627D) is known color: Strikemaster. HEX triplet: 87, 62 and 7D. RGB value is (135,98,125). Sum of RGB (Red+Green+Blue) = 135+98+125=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 98 (38.67% from 255 or 27.37% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 135 - color contains mainly: red. Hex color #87627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #87627D is #789D82. Grayscale: #707070. Windows color (decimal): -7904643 or 8217223. OLE color: 8217223.

HSL color Cylindrical-coordinate representation of color #87627D: hue angle of 316.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87627D is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 98 125 -
CMYK 0 0.27 0.07 0.47
HSL 316.22º 0.16% 0.46% -
HSV(B) 316.22º 0.27% 0.53% -
XYZ 18.06 15.37 21.42 -
YUV 112.14 135.26 144.3 -
System Red Green Blue C M Y K H S L
Decimal 135 98 125 0 0.27 0.07 0.47 316.22 0.16 0.46
Hex 87 62 7D 0 1B 7 2F 13C 10 2E
Octal 207 142 175 0 33 7 57 474 20 56
Binary 10000111 1100010 1111101 0 11011 111 101111 100111100 10000 101110

Color Harmonies of #87627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87627D

Black with #87627D

Text Example


Text Example

White with #87627D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87627D; }

 p { color: rgb(135,98,125); }

 H1.HeaderClassName
 {
   color: #87627D;
 }
 .AnyTagClassName
 {
   color: #87627D;
 }
</style>

background-color css

<style>
 a { background-color: #87627D; }

 a { background-color: rgb(135,98,125); }

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

border-color css

<style>
 span { border-color: #87627D; }

 span { border-color: rgb(135,98,125); }

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