Html Css Color HEX #876ED2 True V

📋 copy color: '#876ED2'

red 135 ◦ green 110 ◦ blue 210

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

Shades of True V #876ED2

Tints of True V #876ED2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.18%

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

R = 29.67%
G = 24.18%
B = 46.15%

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

#876ED2 (or 0x876ED2) is known color: True V. HEX triplet: 87, 6E and D2. RGB value is (135,110,210). Sum of RGB (Red+Green+Blue) = 135+110+210=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 210 (82.42% from 255 or 46.15% from 455); Max value from RGB is 210 - color contains mainly: blue. Hex color #876ED2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876ED2 is #78912D. Grayscale: #808080. Windows color (decimal): -7901486 or 13790855. OLE color: 13790855.

HSL color Cylindrical-coordinate representation of color #876ED2: hue angle of 255º 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 #876ED2 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 110 210 -
CMYK 0.36 0.48 0 0.18
HSL 255º 0.53% 0.63% -
HSV(B) 255º 0.48% 0.82% -
XYZ 27.2 20.96 63.58 -
YUV 128.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 135 110 210 0.36 0.48 0 0.18 255 0.53 0.63
Hex 87 6E D2 24 30 0 12 FF 35 3F
Octal 207 156 322 44 60 0 22 377 65 77
Binary 10000111 1101110 11010010 100100 110000 0 10010 11111111 110101 111111

Color Harmonies of #876ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876ED2

Black with #876ED2

Text Example


Text Example

White with #876ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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