Html Css Color HEX #95687B Strikemaster

📋 copy color: '#95687B'

red 149 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #95687B

Tints of Strikemaster #95687B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.71%

R = 39.63%
G = 27.66%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95687B (or 0x95687B) is known color: Strikemaster. HEX triplet: 95, 68 and 7B. RGB value is (149,104,123). Sum of RGB (Red+Green+Blue) = 149+104+123=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95687B is #6A9784. Grayscale: #777777. Windows color (decimal): -6985605 or 8087701. OLE color: 8087701.

HSL color Cylindrical-coordinate representation of color #95687B: hue angle of 334.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95687B is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 123 -
CMYK 0 0.30 0.17 0.42
HSL 334.67º 0.18% 0.5% -
HSV(B) 334.67º 0.3% 0.58% -
XYZ 20.92 17.72 21.06 -
YUV 119.62 129.91 148.96 -
System Red Green Blue C M Y K H S L
Decimal 149 104 123 0 0.30 0.17 0.42 334.67 0.18 0.5
Hex 95 68 7B 0 1E 11 2A 14F 12 32
Octal 225 150 173 0 36 21 52 517 22 62
Binary 10010101 1101000 1111011 0 11110 10001 101010 101001111 10010 110010

Color Harmonies of #95687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95687B

Black with #95687B

Text Example


Text Example

White with #95687B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95687B; }

 p { color: rgb(149,104,123); }

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

background-color css

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

 a { background-color: rgb(149,104,123); }

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

border-color css

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

 span { border-color: rgb(149,104,123); }

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