Html Css Color HEX #976CBF Lilac Bush

📋 copy color: '#976CBF'

red 151 ◦ green 108 ◦ blue 191

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

Shades of Lilac Bush #976CBF

Tints of Lilac Bush #976CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

 BLUE value IS 191 (75% from 255) = 42.44%

R = 33.56%
G = 24%
B = 42.44%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#976CBF (or 0x976CBF) is known color: Lilac Bush. HEX triplet: 97, 6C and BF. RGB value is (151,108,191). Sum of RGB (Red+Green+Blue) = 151+108+191=450 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.56% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #976CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #976CBF is #689340. Grayscale: #828282. Windows color (decimal): -6853441 or 12545175. OLE color: 12545175.

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

Color convert

RGB 151 108 191 -
CMYK 0.21 0.43 0 0.25
HSL 271.08º 0.39% 0.59% -
HSV(B) 271.08º 0.43% 0.75% -
XYZ 27.53 21.07 51.91 -
YUV 130.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 151 108 191 0.21 0.43 0 0.25 271.08 0.39 0.59
Hex 97 6C BF 15 2B 0 19 10F 27 3B
Octal 227 154 277 25 53 0 31 417 47 73
Binary 10010111 1101100 10111111 10101 101011 0 11001 100001111 100111 111011

Color Harmonies of #976CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976CBF

Black with #976CBF

Text Example


Text Example

White with #976CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,108,191); }

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

background-color css

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

 a { background-color: rgb(151,108,191); }

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

border-color css

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

 span { border-color: rgb(151,108,191); }

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