Html Css Color HEX #987BC3 Lilac Bush

📋 copy color: '#987BC3'

red 152 ◦ green 123 ◦ blue 195

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

Shades of Lilac Bush #987BC3

Tints of Lilac Bush #987BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 41.49%

R = 32.34%
G = 26.17%
B = 41.49%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#987BC3 (or 0x987BC3) is known color: Lilac Bush. HEX triplet: 98, 7B and C3. RGB value is (152,123,195). Sum of RGB (Red+Green+Blue) = 152+123+195=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 195 (76.56% from 255 or 41.49% from 470); Max value from RGB is 195 - color contains mainly: blue. Hex color #987BC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #987BC3 is #67843C. Grayscale: #8B8B8B. Windows color (decimal): -6784061 or 12811160. OLE color: 12811160.

HSL color Cylindrical-coordinate representation of color #987BC3: hue angle of 264.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #987BC3 is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 152 123 195 -
CMYK 0.22 0.37 0 0.24
HSL 264.17º 0.38% 0.62% -
HSV(B) 264.17º 0.37% 0.76% -
XYZ 29.88 24.78 54.84 -
YUV 139.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 152 123 195 0.22 0.37 0 0.24 264.17 0.38 0.62
Hex 98 7B C3 16 25 0 18 108 26 3E
Octal 230 173 303 26 45 0 30 410 46 76
Binary 10011000 1111011 11000011 10110 100101 0 11000 100001000 100110 111110

Color Harmonies of #987BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987BC3

Black with #987BC3

Text Example


Text Example

White with #987BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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