Html Css Color HEX #906984 Strikemaster

📋 copy color: '#906984'

red 144 ◦ green 105 ◦ blue 132

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

Shades of Strikemaster #906984

Tints of Strikemaster #906984

RGB

 RED value IS 144 (56.64% from 255) = 37.8%

 GREEN value IS 105 (41.41% from 255) = 27.56%

 BLUE value IS 132 (51.95% from 255) = 34.65%

R = 37.8%
G = 27.56%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#906984 (or 0x906984) is known color: Strikemaster. HEX triplet: 90, 69 and 84. RGB value is (144,105,132). Sum of RGB (Red+Green+Blue) = 144+105+132=381 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.80% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 144 - color contains mainly: red. Hex color #906984 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906984 is #6F967B. Grayscale: #777777. Windows color (decimal): -7313020 or 8677776. OLE color: 8677776.

HSL color Cylindrical-coordinate representation of color #906984: hue angle of 318.46º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #906984 is Cyan = 0, Magento = 0.27, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 105 132 -
CMYK 0 0.27 0.08 0.44
HSL 318.46º 0.16% 0.49% -
HSV(B) 318.46º 0.27% 0.56% -
XYZ 20.72 17.7 24.15 -
YUV 119.74 134.92 145.3 -
System Red Green Blue C M Y K H S L
Decimal 144 105 132 0 0.27 0.08 0.44 318.46 0.16 0.49
Hex 90 69 84 0 1B 8 2C 13E 10 31
Octal 220 151 204 0 33 10 54 476 20 61
Binary 10010000 1101001 10000100 0 11011 1000 101100 100111110 10000 110001

Color Harmonies of #906984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906984

Black with #906984

Text Example


Text Example

White with #906984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906984; }

 p { color: rgb(144,105,132); }

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

background-color css

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

 a { background-color: rgb(144,105,132); }

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

border-color css

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

 span { border-color: rgb(144,105,132); }

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