Html Css Color HEX #95687E Strikemaster

📋 copy color: '#95687E'

red 149 ◦ green 104 ◦ blue 126

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

Shades of Strikemaster #95687E

Tints of Strikemaster #95687E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 39.31%
G = 27.44%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95687E (or 0x95687E) is known color: Strikemaster. HEX triplet: 95, 68 and 7E. RGB value is (149,104,126). Sum of RGB (Red+Green+Blue) = 149+104+126=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 104 (41.02% from 255 or 27.44% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #95687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95687E is #6A9781. Grayscale: #777777. Windows color (decimal): -6985602 or 8284309. OLE color: 8284309.

HSL color Cylindrical-coordinate representation of color #95687E: hue angle of 330.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 #95687E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 104 126 -
CMYK 0 0.30 0.15 0.42
HSL 330.67º 0.18% 0.5% -
HSV(B) 330.67º 0.3% 0.58% -
XYZ 21.11 17.8 22.06 -
YUV 119.96 131.41 148.71 -
System Red Green Blue C M Y K H S L
Decimal 149 104 126 0 0.30 0.15 0.42 330.67 0.18 0.5
Hex 95 68 7E 0 1E F 2A 14B 12 32
Octal 225 150 176 0 36 17 52 513 22 62
Binary 10010101 1101000 1111110 0 11110 1111 101010 101001011 10010 110010

Color Harmonies of #95687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95687E

Black with #95687E

Text Example


Text Example

White with #95687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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