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

📋 copy color: '#987EBA'

red 152 ◦ green 126 ◦ blue 186

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

Shades of Purple Mountain's Majesty #987EBA

Tints of Purple Mountain's Majesty #987EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 40.09%

R = 32.76%
G = 27.16%
B = 40.09%

CMYK

 C value IS 0.18

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#987EBA (or 0x987EBA) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7E and BA. RGB value is (152,126,186). Sum of RGB (Red+Green+Blue) = 152+126+186=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #987EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987EBA is #678145. Grayscale: #8C8C8C. Windows color (decimal): -6783302 or 12222104. OLE color: 12222104.

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

Color convert

RGB 152 126 186 -
CMYK 0.18 0.32 0 0.27
HSL 266º 0.3% 0.61% -
HSV(B) 266º 0.32% 0.73% -
XYZ 29.27 25.14 49.76 -
YUV 140.61 153.61 136.12 -
System Red Green Blue C M Y K H S L
Decimal 152 126 186 0.18 0.32 0 0.27 266 0.3 0.61
Hex 98 7E BA 12 20 0 1B 10A 1E 3D
Octal 230 176 272 22 40 0 33 412 36 75
Binary 10011000 1111110 10111010 10010 100000 0 11011 100001010 11110 111101

Color Harmonies of #987EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987EBA

Black with #987EBA

Text Example


Text Example

White with #987EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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