Html Css Color HEX #875CBB Lilac Bush

📋 copy color: '#875CBB'

red 135 ◦ green 92 ◦ blue 187

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

Shades of Lilac Bush #875CBB

Tints of Lilac Bush #875CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.17%

R = 32.61%
G = 22.22%
B = 45.17%

CMYK

 C value IS 0.28

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#875CBB (or 0x875CBB) is known color: Lilac Bush. HEX triplet: 87, 5C and BB. RGB value is (135,92,187). Sum of RGB (Red+Green+Blue) = 135+92+187=414 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.61% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #875CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CBB is #78A344. Grayscale: #737373. Windows color (decimal): -7906117 or 12278919. OLE color: 12278919.

HSL color Cylindrical-coordinate representation of color #875CBB: hue angle of 267.16º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #875CBB is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 92 187 -
CMYK 0.28 0.51 0 0.27
HSL 267.16º 0.41% 0.55% -
HSV(B) 267.16º 0.51% 0.73% -
XYZ 22.79 16.39 48.98 -
YUV 115.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 135 92 187 0.28 0.51 0 0.27 267.16 0.41 0.55
Hex 87 5C BB 1C 33 0 1B 10B 29 37
Octal 207 134 273 34 63 0 33 413 51 67
Binary 10000111 1011100 10111011 11100 110011 0 11011 100001011 101001 110111

Color Harmonies of #875CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875CBB

Black with #875CBB

Text Example


Text Example

White with #875CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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