Html Css Color HEX #875EBA Lilac Bush

📋 copy color: '#875EBA'

red 135 ◦ green 94 ◦ blue 186

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

Shades of Lilac Bush #875EBA

Tints of Lilac Bush #875EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.65%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 32.53%
G = 22.65%
B = 44.82%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#875EBA (or 0x875EBA) is known color: Lilac Bush. HEX triplet: 87, 5E and BA. RGB value is (135,94,186). Sum of RGB (Red+Green+Blue) = 135+94+186=415 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.53% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #875EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875EBA is #78A145. Grayscale: #747474. Windows color (decimal): -7905606 or 12213895. OLE color: 12213895.

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

Color convert

RGB 135 94 186 -
CMYK 0.27 0.49 0 0.27
HSL 266.74º 0.4% 0.55% -
HSV(B) 266.74º 0.49% 0.73% -
XYZ 22.86 16.7 48.47 -
YUV 116.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 135 94 186 0.27 0.49 0 0.27 266.74 0.4 0.55
Hex 87 5E BA 1B 31 0 1B 10B 28 37
Octal 207 136 272 33 61 0 33 413 50 67
Binary 10000111 1011110 10111010 11011 110001 0 11011 100001011 101000 110111

Color Harmonies of #875EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875EBA

Black with #875EBA

Text Example


Text Example

White with #875EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,94,186); }

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

background-color css

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

 a { background-color: rgb(135,94,186); }

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

border-color css

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

 span { border-color: rgb(135,94,186); }

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