Html Css Color HEX #876DD2 True V

📋 copy color: '#876DD2'

red 135 ◦ green 109 ◦ blue 210

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

Shades of True V #876DD2

Tints of True V #876DD2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.01%

 BLUE value IS 210 (82.42% from 255) = 46.26%

R = 29.74%
G = 24.01%
B = 46.26%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#876DD2 (or 0x876DD2) is known color: True V. HEX triplet: 87, 6D and D2. RGB value is (135,109,210). Sum of RGB (Red+Green+Blue) = 135+109+210=454 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.74% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 210 - color contains mainly: blue. Hex color #876DD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DD2 is #78922D. Grayscale: #7F7F7F. Windows color (decimal): -7901742 or 13790599. OLE color: 13790599.

HSL color Cylindrical-coordinate representation of color #876DD2: hue angle of 255.45º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #876DD2 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 109 210 -
CMYK 0.36 0.48 0 0.18
HSL 255.45º 0.53% 0.63% -
HSV(B) 255.45º 0.48% 0.82% -
XYZ 27.09 20.74 63.55 -
YUV 128.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 135 109 210 0.36 0.48 0 0.18 255.45 0.53 0.63
Hex 87 6D D2 24 30 0 12 FF 35 3F
Octal 207 155 322 44 60 0 22 377 65 77
Binary 10000111 1101101 11010010 100100 110000 0 10010 11111111 110101 111111

Color Harmonies of #876DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DD2

Black with #876DD2

Text Example


Text Example

White with #876DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876DD2; }

 p { color: rgb(135,109,210); }

 H1.HeaderClassName
 {
   color: #876DD2;
 }
 .AnyTagClassName
 {
   color: #876DD2;
 }
</style>

background-color css

<style>
 a { background-color: #876DD2; }

 a { background-color: rgb(135,109,210); }

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

border-color css

<style>
 span { border-color: #876DD2; }

 span { border-color: rgb(135,109,210); }

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