Html Css Color HEX #876DCF True V

📋 copy color: '#876DCF'

red 135 ◦ green 109 ◦ blue 207

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

Shades of True V #876DCF

Tints of True V #876DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.9%

R = 29.93%
G = 24.17%
B = 45.9%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#876DCF (or 0x876DCF) is known color: True V. HEX triplet: 87, 6D and CF. RGB value is (135,109,207). Sum of RGB (Red+Green+Blue) = 135+109+207=451 (59% of max value = 765). Red value is 135 (53.12% from 255 or 29.93% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #876DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DCF is #789230. Grayscale: #7F7F7F. Windows color (decimal): -7901745 or 13593991. OLE color: 13593991.

HSL color Cylindrical-coordinate representation of color #876DCF: hue angle of 255.92º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #876DCF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 109 207 -
CMYK 0.35 0.47 0 0.19
HSL 255.92º 0.51% 0.62% -
HSV(B) 255.92º 0.47% 0.81% -
XYZ 26.72 20.59 61.6 -
YUV 127.95 172.61 133.03 -
System Red Green Blue C M Y K H S L
Decimal 135 109 207 0.35 0.47 0 0.19 255.92 0.51 0.62
Hex 87 6D CF 23 2F 0 13 100 33 3E
Octal 207 155 317 43 57 0 23 400 63 76
Binary 10000111 1101101 11001111 100011 101111 0 10011 100000000 110011 111110

Color Harmonies of #876DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DCF

Black with #876DCF

Text Example


Text Example

White with #876DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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