Html Css Color HEX #987BCA Lilac Bush

📋 copy color: '#987BCA'

red 152 ◦ green 123 ◦ blue 202

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

Shades of Lilac Bush #987BCA

Tints of Lilac Bush #987BCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 42.35%

R = 31.87%
G = 25.79%
B = 42.35%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#987BCA (or 0x987BCA) is known color: Lilac Bush. HEX triplet: 98, 7B and CA. RGB value is (152,123,202). Sum of RGB (Red+Green+Blue) = 152+123+202=477 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.87% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 202 - color contains mainly: blue. Hex color #987BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BCA is #678435. Grayscale: #8C8C8C. Windows color (decimal): -6784054 or 13269912. OLE color: 13269912.

HSL color Cylindrical-coordinate representation of color #987BCA: hue angle of 262.03º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #987BCA is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 152 123 202 -
CMYK 0.25 0.39 0 0.21
HSL 262.03º 0.43% 0.64% -
HSV(B) 262.03º 0.39% 0.79% -
XYZ 30.69 25.11 59.11 -
YUV 140.68 162.61 136.08 -
System Red Green Blue C M Y K H S L
Decimal 152 123 202 0.25 0.39 0 0.21 262.03 0.43 0.64
Hex 98 7B CA 19 27 0 15 106 2B 40
Octal 230 173 312 31 47 0 25 406 53 100
Binary 10011000 1111011 11001010 11001 100111 0 10101 100000110 101011 1000000

Color Harmonies of #987BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BCA

Black with #987BCA

Text Example


Text Example

White with #987BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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