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

📋 copy color: '#987BBD'

red 152 ◦ green 123 ◦ blue 189

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

Shades of Purple Mountain's Majesty #987BBD

Tints of Purple Mountain's Majesty #987BBD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.51%

 BLUE value IS 189 (74.22% from 255) = 40.73%

R = 32.76%
G = 26.51%
B = 40.73%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#987BBD (or 0x987BBD) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7B and BD. RGB value is (152,123,189). Sum of RGB (Red+Green+Blue) = 152+123+189=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #987BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BBD is #678442. Grayscale: #8A8A8A. Windows color (decimal): -6784067 or 12417944. OLE color: 12417944.

HSL color Cylindrical-coordinate representation of color #987BBD: hue angle of 266.36º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #987BBD is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 152 123 189 -
CMYK 0.20 0.35 0 0.26
HSL 266.36º 0.33% 0.61% -
HSV(B) 266.36º 0.35% 0.74% -
XYZ 29.22 24.52 51.34 -
YUV 139.2 156.11 137.13 -
System Red Green Blue C M Y K H S L
Decimal 152 123 189 0.20 0.35 0 0.26 266.36 0.33 0.61
Hex 98 7B BD 14 23 0 1A 10A 21 3D
Octal 230 173 275 24 43 0 32 412 41 75
Binary 10011000 1111011 10111101 10100 100011 0 11010 100001010 100001 111101

Color Harmonies of #987BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BBD

Black with #987BBD

Text Example


Text Example

White with #987BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,123,189); }

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

background-color css

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

 a { background-color: rgb(152,123,189); }

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

border-color css

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

 span { border-color: rgb(152,123,189); }

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