Html Css Color HEX #875CBD Lilac Bush

📋 copy color: '#875CBD'

red 135 ◦ green 92 ◦ blue 189

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

Shades of Lilac Bush #875CBD

Tints of Lilac Bush #875CBD

RGB

 RED value IS 135 (53.13% from 255) = 32.45%

 GREEN value IS 92 (36.33% from 255) = 22.12%

 BLUE value IS 189 (74.22% from 255) = 45.43%

R = 32.45%
G = 22.12%
B = 45.43%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#875CBD (or 0x875CBD) is known color: Lilac Bush. HEX triplet: 87, 5C and BD. RGB value is (135,92,189). Sum of RGB (Red+Green+Blue) = 135+92+189=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 92 (36.33% from 255 or 22.12% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #875CBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CBD is #78A342. Grayscale: #737373. Windows color (decimal): -7906115 or 12409991. OLE color: 12409991.

HSL color Cylindrical-coordinate representation of color #875CBD: hue angle of 266.6º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875CBD is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 135 92 189 -
CMYK 0.29 0.51 0 0.26
HSL 266.6º 0.42% 0.55% -
HSV(B) 266.6º 0.51% 0.74% -
XYZ 23 16.48 50.11 -
YUV 115.92 169.25 141.61 -
System Red Green Blue C M Y K H S L
Decimal 135 92 189 0.29 0.51 0 0.26 266.6 0.42 0.55
Hex 87 5C BD 1D 33 0 1A 10B 2A 37
Octal 207 134 275 35 63 0 32 413 52 67
Binary 10000111 1011100 10111101 11101 110011 0 11010 100001011 101010 110111

Color Harmonies of #875CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CBD

Black with #875CBD

Text Example


Text Example

White with #875CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875CBD; }

 p { color: rgb(135,92,189); }

 H1.HeaderClassName
 {
   color: #875CBD;
 }
 .AnyTagClassName
 {
   color: #875CBD;
 }
</style>

background-color css

<style>
 a { background-color: #875CBD; }

 a { background-color: rgb(135,92,189); }

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

border-color css

<style>
 span { border-color: #875CBD; }

 span { border-color: rgb(135,92,189); }

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