Html Css Color HEX #976EBE Lilac Bush

📋 copy color: '#976EBE'

red 151 ◦ green 110 ◦ blue 190

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

Shades of Lilac Bush #976EBE

Tints of Lilac Bush #976EBE

RGB

 RED value IS 151 (59.38% from 255) = 33.48%

 GREEN value IS 110 (43.36% from 255) = 24.39%

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

R = 33.48%
G = 24.39%
B = 42.13%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#976EBE (or 0x976EBE) is known color: Lilac Bush. HEX triplet: 97, 6E and BE. RGB value is (151,110,190). Sum of RGB (Red+Green+Blue) = 151+110+190=451 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.48% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 190 (74.61% from 255 or 42.13% from 451); Max value from RGB is 190 - color contains mainly: blue. Hex color #976EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976EBE is #689141. Grayscale: #838383. Windows color (decimal): -6852930 or 12480151. OLE color: 12480151.

HSL color Cylindrical-coordinate representation of color #976EBE: hue angle of 270.75º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #976EBE is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 110 190 -
CMYK 0.21 0.42 0 0.25
HSL 270.75º 0.38% 0.59% -
HSV(B) 270.75º 0.42% 0.75% -
XYZ 27.63 21.45 51.4 -
YUV 131.38 161.08 142 -
System Red Green Blue C M Y K H S L
Decimal 151 110 190 0.21 0.42 0 0.25 270.75 0.38 0.59
Hex 97 6E BE 15 2A 0 19 10F 26 3B
Octal 227 156 276 25 52 0 31 417 46 73
Binary 10010111 1101110 10111110 10101 101010 0 11001 100001111 100110 111011

Color Harmonies of #976EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976EBE

Black with #976EBE

Text Example


Text Example

White with #976EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976EBE; }

 p { color: rgb(151,110,190); }

 H1.HeaderClassName
 {
   color: #976EBE;
 }
 .AnyTagClassName
 {
   color: #976EBE;
 }
</style>

background-color css

<style>
 a { background-color: #976EBE; }

 a { background-color: rgb(151,110,190); }

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

border-color css

<style>
 span { border-color: #976EBE; }

 span { border-color: rgb(151,110,190); }

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