Html Css Color HEX #987CBB Purple Mountain's Majesty

📋 copy color: '#987CBB'

red 152 ◦ green 124 ◦ blue 187

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

Shades of Purple Mountain's Majesty #987CBB

Tints of Purple Mountain's Majesty #987CBB

RGB

 RED value IS 152 (59.77% from 255) = 32.83%

 GREEN value IS 124 (48.83% from 255) = 26.78%

 BLUE value IS 187 (73.44% from 255) = 40.39%

R = 32.83%
G = 26.78%
B = 40.39%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#987CBB (or 0x987CBB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7C and BB. RGB value is (152,124,187). Sum of RGB (Red+Green+Blue) = 152+124+187=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 187 - color contains mainly: blue. Hex color #987CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987CBB is #678344. Grayscale: #8B8B8B. Windows color (decimal): -6783813 or 12287128. OLE color: 12287128.

HSL color Cylindrical-coordinate representation of color #987CBB: hue angle of 266.67º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987CBB is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 124 187 -
CMYK 0.19 0.34 0 0.27
HSL 266.67º 0.32% 0.61% -
HSV(B) 266.67º 0.34% 0.73% -
XYZ 29.13 24.68 50.24 -
YUV 139.55 154.78 136.88 -
System Red Green Blue C M Y K H S L
Decimal 152 124 187 0.19 0.34 0 0.27 266.67 0.32 0.61
Hex 98 7C BB 13 22 0 1B 10B 20 3D
Octal 230 174 273 23 42 0 33 413 40 75
Binary 10011000 1111100 10111011 10011 100010 0 11011 100001011 100000 111101

Color Harmonies of #987CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987CBB

Black with #987CBB

Text Example


Text Example

White with #987CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987CBB; }

 p { color: rgb(152,124,187); }

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

background-color css

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

 a { background-color: rgb(152,124,187); }

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

border-color css

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

 span { border-color: rgb(152,124,187); }

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