Html Css Color HEX #98677D Strikemaster

📋 copy color: '#98677D'

red 152 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #98677D

Tints of Strikemaster #98677D

RGB

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

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

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

R = 40%
G = 27.11%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#98677D (or 0x98677D) is known color: Strikemaster. HEX triplet: 98, 67 and 7D. RGB value is (152,103,125). Sum of RGB (Red+Green+Blue) = 152+103+125=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #98677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98677D is #679882. Grayscale: #787878. Windows color (decimal): -6789251 or 8218520. OLE color: 8218520.

HSL color Cylindrical-coordinate representation of color #98677D: hue angle of 333.06º 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 #98677D is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 103 125 -
CMYK 0 0.32 0.18 0.40
HSL 333.06º 0.19% 0.5% -
HSV(B) 333.06º 0.32% 0.6% -
XYZ 21.5 17.86 21.72 -
YUV 120.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 152 103 125 0 0.32 0.18 0.40 333.06 0.19 0.5
Hex 98 67 7D 0 20 12 28 14D 13 32
Octal 230 147 175 0 40 22 50 515 23 62
Binary 10011000 1100111 1111101 0 100000 10010 101000 101001101 10011 110010

Color Harmonies of #98677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98677D

Black with #98677D

Text Example


Text Example

White with #98677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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