Html Css Color HEX #874FBB Deep Lilac

📋 copy color: '#874FBB'

red 135 ◦ green 79 ◦ blue 187

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

Shades of Deep Lilac #874FBB

Tints of Deep Lilac #874FBB

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.7%

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

R = 33.67%
G = 19.7%
B = 46.63%

CMYK

 C value IS 0.28

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#874FBB (or 0x874FBB) is known color: Deep Lilac. HEX triplet: 87, 4F and BB. RGB value is (135,79,187). Sum of RGB (Red+Green+Blue) = 135+79+187=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #874FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874FBB is #78B044. Grayscale: #6B6B6B. Windows color (decimal): -7909445 or 12275591. OLE color: 12275591.

HSL color Cylindrical-coordinate representation of color #874FBB: hue angle of 271.11º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #874FBB is Cyan = 0.28, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 79 187 -
CMYK 0.28 0.58 0 0.27
HSL 271.11º 0.44% 0.52% -
HSV(B) 271.11º 0.58% 0.73% -
XYZ 21.76 14.33 48.63 -
YUV 108.06 172.55 147.22 -
System Red Green Blue C M Y K H S L
Decimal 135 79 187 0.28 0.58 0 0.27 271.11 0.44 0.52
Hex 87 4F BB 1C 3A 0 1B 10F 2C 34
Octal 207 117 273 34 72 0 33 417 54 64
Binary 10000111 1001111 10111011 11100 111010 0 11011 100001111 101100 110100

Color Harmonies of #874FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874FBB

Black with #874FBB

Text Example


Text Example

White with #874FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874FBB; }

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

 H1.HeaderClassName
 {
   color: #874FBB;
 }
 .AnyTagClassName
 {
   color: #874FBB;
 }
</style>

background-color css

<style>
 a { background-color: #874FBB; }

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

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

border-color css

<style>
 span { border-color: #874FBB; }

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

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