Html Css Color HEX #90687B Strikemaster

📋 copy color: '#90687B'

red 144 ◦ green 104 ◦ blue 123

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

Shades of Strikemaster #90687B

Tints of Strikemaster #90687B

RGB

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

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

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

R = 38.81%
G = 28.03%
B = 33.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#90687B (or 0x90687B) is known color: Strikemaster. HEX triplet: 90, 68 and 7B. RGB value is (144,104,123). Sum of RGB (Red+Green+Blue) = 144+104+123=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #90687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90687B is #6F9784. Grayscale: #767676. Windows color (decimal): -7313285 or 8087696. OLE color: 8087696.

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

Color convert

RGB 144 104 123 -
CMYK 0 0.28 0.15 0.44
HSL 331.5º 0.16% 0.49% -
HSV(B) 331.5º 0.28% 0.56% -
XYZ 20.03 17.26 21.01 -
YUV 118.13 130.75 146.46 -
System Red Green Blue C M Y K H S L
Decimal 144 104 123 0 0.28 0.15 0.44 331.5 0.16 0.49
Hex 90 68 7B 0 1C F 2C 14C 10 31
Octal 220 150 173 0 34 17 54 514 20 61
Binary 10010000 1101000 1111011 0 11100 1111 101100 101001100 10000 110001

Color Harmonies of #90687B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90687B

Black with #90687B

Text Example


Text Example

White with #90687B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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