Html Css Color HEX #986488 Strikemaster

📋 copy color: '#986488'

red 152 ◦ green 100 ◦ blue 136

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

Shades of Strikemaster #986488

Tints of Strikemaster #986488

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 136 (53.52% from 255) = 35.05%

R = 39.18%
G = 25.77%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#986488 (or 0x986488) is known color: Strikemaster. HEX triplet: 98, 64 and 88. RGB value is (152,100,136). Sum of RGB (Red+Green+Blue) = 152+100+136=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #986488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #986488 is #679B77. Grayscale: #777777. Windows color (decimal): -6790008 or 8938648. OLE color: 8938648.

HSL color Cylindrical-coordinate representation of color #986488: hue angle of 318.46º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #986488 is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 100 136 -
CMYK 0 0.34 0.11 0.40
HSL 318.46º 0.21% 0.49% -
HSV(B) 318.46º 0.34% 0.6% -
XYZ 21.95 17.57 25.53 -
YUV 119.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 152 100 136 0 0.34 0.11 0.40 318.46 0.21 0.49
Hex 98 64 88 0 22 B 28 13E 15 31
Octal 230 144 210 0 42 13 50 476 25 61
Binary 10011000 1100100 10001000 0 100010 1011 101000 100111110 10101 110001

Color Harmonies of #986488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986488

Black with #986488

Text Example


Text Example

White with #986488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986488; }

 p { color: rgb(152,100,136); }

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

background-color css

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

 a { background-color: rgb(152,100,136); }

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

border-color css

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

 span { border-color: rgb(152,100,136); }

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