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

📋 copy color: '#987DBB'

red 152 ◦ green 125 ◦ blue 187

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

Shades of Purple Mountain's Majesty #987DBB

Tints of Purple Mountain's Majesty #987DBB

RGB

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

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

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

R = 32.76%
G = 26.94%
B = 40.3%

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

#987DBB (or 0x987DBB) is known color: Purple Mountain's Majesty. HEX triplet: 98, 7D and BB. RGB value is (152,125,187). Sum of RGB (Red+Green+Blue) = 152+125+187=464 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.76% from 464); Green value is 125 (49.22% from 255 or 26.94% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #987DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987DBB is #678244. Grayscale: #8B8B8B. Windows color (decimal): -6783557 or 12287384. OLE color: 12287384.

HSL color Cylindrical-coordinate representation of color #987DBB: hue angle of 266.13º 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 #987DBB is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 152 125 187 -
CMYK 0.19 0.33 0 0.27
HSL 266.13º 0.31% 0.61% -
HSV(B) 266.13º 0.33% 0.73% -
XYZ 29.25 24.93 50.28 -
YUV 140.14 154.45 136.46 -
System Red Green Blue C M Y K H S L
Decimal 152 125 187 0.19 0.33 0 0.27 266.13 0.31 0.61
Hex 98 7D BB 13 21 0 1B 10A 1F 3D
Octal 230 175 273 23 41 0 33 412 37 75
Binary 10011000 1111101 10111011 10011 100001 0 11011 100001010 11111 111101

Color Harmonies of #987DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987DBB

Black with #987DBB

Text Example


Text Example

White with #987DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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