Html Css Color HEX #956488 Strikemaster

📋 copy color: '#956488'

red 149 ◦ green 100 ◦ blue 136

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

Shades of Strikemaster #956488

Tints of Strikemaster #956488

RGB

 RED value IS 149 (58.59% from 255) = 38.7%

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

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

R = 38.7%
G = 25.97%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#956488 (or 0x956488) is known color: Strikemaster. HEX triplet: 95, 64 and 88. RGB value is (149,100,136). Sum of RGB (Red+Green+Blue) = 149+100+136=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #956488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956488 is #6A9B77. Grayscale: #767676. Windows color (decimal): -6986616 or 8938645. OLE color: 8938645.

HSL color Cylindrical-coordinate representation of color #956488: hue angle of 315.92º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #956488 is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 100 136 -
CMYK 0 0.33 0.09 0.42
HSL 315.92º 0.2% 0.49% -
HSV(B) 315.92º 0.33% 0.58% -
XYZ 21.4 17.28 25.5 -
YUV 118.76 137.73 149.57 -
System Red Green Blue C M Y K H S L
Decimal 149 100 136 0 0.33 0.09 0.42 315.92 0.2 0.49
Hex 95 64 88 0 21 9 2A 13C 14 31
Octal 225 144 210 0 41 11 52 474 24 61
Binary 10010101 1100100 10001000 0 100001 1001 101010 100111100 10100 110001

Color Harmonies of #956488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956488

Black with #956488

Text Example


Text Example

White with #956488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956488; }

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

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

background-color css

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

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

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

border-color css

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

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

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