#906988

Color #906988 Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #906988

Tints of Strikemaster #906988

Color information

#906988 (or 0x906988) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 88. RGB value is (144,105,136). Sum of RGB (Red+Green+Blue) = 144+105+136=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #906988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #906988 is #6F9677. Grayscale: #787878. Windows color (decimal): -7313016 or 8939920. OLE color: 8939920.

HSL color Cylindrical-coordinate representation of color #906988: hue angle of 312.31º 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 #906988 is Cyan = 0, Magento = 0.27, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB144105136-
CMYK00.270.060.44
HSL312.31º15.66%48.82%-
HSV(B)312.31º27.08%56.47%-
XYZ2117.8125.62-
YUV120.2136.92144.98-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 105 (41.41% from 255) = 27.27%
BLUE value IS 136 (53.52% from 255) = 35.32%
R=37.40%
G=27.27%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410513600.270.060.44312.3115.6648.82
Hex90698801B62C1381031
Octal2201512100336544702061
Binary1001000011010011000100001101111010110010011100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906988; }

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

 H1.HeaderClassName
 {
   color: #906988;
 }
 .AnyTagClassName
 {
   color: #906988;
 }
</style>
background-color css

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

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

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

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

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

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