Html Css Color HEX #967087 Strikemaster

📋 copy color: '#967087'

red 150 ◦ green 112 ◦ blue 135

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

Shades of Strikemaster #967087

Tints of Strikemaster #967087

RGB

 RED value IS 150 (58.98% from 255) = 37.78%

 GREEN value IS 112 (44.14% from 255) = 28.21%

 BLUE value IS 135 (53.13% from 255) = 34.01%

R = 37.78%
G = 28.21%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#967087 (or 0x967087) is known color: Strikemaster. HEX triplet: 96, 70 and 87. RGB value is (150,112,135). Sum of RGB (Red+Green+Blue) = 150+112+135=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 135 (53.12% from 255 or 34.01% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #967087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967087 is #698F78. Grayscale: #7D7D7D. Windows color (decimal): -6918009 or 8876182. OLE color: 8876182.

HSL color Cylindrical-coordinate representation of color #967087: hue angle of 323.68º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967087 is Cyan = 0, Magento = 0.25, Yellow = 0.1 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 135 -
CMYK 0 0.25 0.1 0.41
HSL 323.68º 0.15% 0.51% -
HSV(B) 323.68º 0.25% 0.59% -
XYZ 22.75 19.82 25.55 -
YUV 125.98 133.09 145.13 -
System Red Green Blue C M Y K H S L
Decimal 150 112 135 0 0.25 0.1 0.41 323.68 0.15 0.51
Hex 96 70 87 0 19 A 29 144 F 33
Octal 226 160 207 0 31 12 51 504 17 63
Binary 10010110 1110000 10000111 0 11001 1010 101001 101000100 1111 110011

Color Harmonies of #967087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967087

Black with #967087

Text Example


Text Example

White with #967087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967087; }

 p { color: rgb(150,112,135); }

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

background-color css

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

 a { background-color: rgb(150,112,135); }

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

border-color css

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

 span { border-color: rgb(150,112,135); }

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