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

📋 copy color: '#987DBE'

red 152 ◦ green 125 ◦ blue 190

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

Shades of Purple Mountain's Majesty #987DBE

Tints of Purple Mountain's Majesty #987DBE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 26.77%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 32.55%
G = 26.77%
B = 40.69%

CMYK

 C value IS 0.2

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#987DBE (or 0x987DBE) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7D and BE. RGB value is (152,125,190). Sum of RGB (Red+Green+Blue) = 152+125+190=467 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.55% from 467); Green value is 125 (49.22% from 255 or 26.77% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #987DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DBE is #678241. Grayscale: #8C8C8C. Windows color (decimal): -6783554 or 12483992. OLE color: 12483992.

HSL color Cylindrical-coordinate representation of color #987DBE: hue angle of 264.92º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #987DBE is Cyan = 0.2, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 152 125 190 -
CMYK 0.2 0.34 0 0.25
HSL 264.92º 0.33% 0.62% -
HSV(B) 264.92º 0.34% 0.75% -
XYZ 29.58 25.06 51.99 -
YUV 140.48 155.95 136.21 -
System Red Green Blue C M Y K H S L
Decimal 152 125 190 0.2 0.34 0 0.25 264.92 0.33 0.62
Hex 98 7D BE 14 22 0 19 109 21 3E
Octal 230 175 276 24 42 0 31 411 41 76
Binary 10011000 1111101 10111110 10100 100010 0 11001 100001001 100001 111110

Color Harmonies of #987DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DBE

Black with #987DBE

Text Example


Text Example

White with #987DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,125,190); }

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

background-color css

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

 a { background-color: rgb(152,125,190); }

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

border-color css

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

 span { border-color: rgb(152,125,190); }

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