Html Css Color HEX #876DC0 True V

📋 copy color: '#876DC0'

red 135 ◦ green 109 ◦ blue 192

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

Shades of True V #876DC0

Tints of True V #876DC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.04%

R = 30.96%
G = 25%
B = 44.04%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#876DC0 (or 0x876DC0) is known color: True V. HEX triplet: 87, 6D and C0. RGB value is (135,109,192). Sum of RGB (Red+Green+Blue) = 135+109+192=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #876DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DC0 is #78923F. Grayscale: #7D7D7D. Windows color (decimal): -7901760 or 12610951. OLE color: 12610951.

HSL color Cylindrical-coordinate representation of color #876DC0: hue angle of 258.8º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876DC0 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 109 192 -
CMYK 0.30 0.43 0 0.25
HSL 258.8º 0.4% 0.59% -
HSV(B) 258.8º 0.43% 0.75% -
XYZ 24.97 19.89 52.39 -
YUV 126.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 135 109 192 0.30 0.43 0 0.25 258.8 0.4 0.59
Hex 87 6D C0 1E 2B 0 19 103 28 3B
Octal 207 155 300 36 53 0 31 403 50 73
Binary 10000111 1101101 11000000 11110 101011 0 11001 100000011 101000 111011

Color Harmonies of #876DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DC0

Black with #876DC0

Text Example


Text Example

White with #876DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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