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

📋 copy color: '#987EBB'

red 152 ◦ green 126 ◦ blue 187

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

Shades of Purple Mountain's Majesty #987EBB

Tints of Purple Mountain's Majesty #987EBB

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.1%

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

R = 32.69%
G = 27.1%
B = 40.22%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#987EBB (or 0x987EBB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and BB. RGB value is (152,126,187). Sum of RGB (Red+Green+Blue) = 152+126+187=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #987EBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EBB is #678144. Grayscale: #8C8C8C. Windows color (decimal): -6783301 or 12287640. OLE color: 12287640.

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

Color convert

RGB 152 126 187 -
CMYK 0.19 0.33 0 0.27
HSL 265.57º 0.31% 0.61% -
HSV(B) 265.57º 0.33% 0.73% -
XYZ 29.38 25.18 50.33 -
YUV 140.73 154.11 136.04 -
System Red Green Blue C M Y K H S L
Decimal 152 126 187 0.19 0.33 0 0.27 265.57 0.31 0.61
Hex 98 7E BB 13 21 0 1B 10A 1F 3D
Octal 230 176 273 23 41 0 33 412 37 75
Binary 10011000 1111110 10111011 10011 100001 0 11011 100001010 11111 111101

Color Harmonies of #987EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EBB

Black with #987EBB

Text Example


Text Example

White with #987EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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