Html Css Color HEX #986889 Strikemaster

📋 copy color: '#986889'

red 152 ◦ green 104 ◦ blue 137

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

Shades of Strikemaster #986889

Tints of Strikemaster #986889

RGB

 RED value IS 152 (59.77% from 255) = 38.68%

 GREEN value IS 104 (41.02% from 255) = 26.46%

 BLUE value IS 137 (53.91% from 255) = 34.86%

R = 38.68%
G = 26.46%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#986889 (or 0x986889) is known color: Strikemaster. HEX triplet: 98, 68 and 89. RGB value is (152,104,137). Sum of RGB (Red+Green+Blue) = 152+104+137=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #986889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986889 is #679776. Grayscale: #7A7A7A. Windows color (decimal): -6788983 or 9005208. OLE color: 9005208.

HSL color Cylindrical-coordinate representation of color #986889: hue angle of 318.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #986889 is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 104 137 -
CMYK 0 0.32 0.10 0.40
HSL 318.75º 0.19% 0.5% -
HSV(B) 318.75º 0.32% 0.6% -
XYZ 22.41 18.38 26.03 -
YUV 122.11 136.4 149.32 -
System Red Green Blue C M Y K H S L
Decimal 152 104 137 0 0.32 0.10 0.40 318.75 0.19 0.5
Hex 98 68 89 0 20 A 28 13F 13 32
Octal 230 150 211 0 40 12 50 477 23 62
Binary 10011000 1101000 10001001 0 100000 1010 101000 100111111 10011 110010

Color Harmonies of #986889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986889

Black with #986889

Text Example


Text Example

White with #986889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986889; }

 p { color: rgb(152,104,137); }

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

background-color css

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

 a { background-color: rgb(152,104,137); }

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

border-color css

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

 span { border-color: rgb(152,104,137); }

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