Html Css Color HEX #876DCE True V

📋 copy color: '#876DCE'

red 135 ◦ green 109 ◦ blue 206

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

Shades of True V #876DCE

Tints of True V #876DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 30%
G = 24.22%
B = 45.78%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#876DCE (or 0x876DCE) is known color: True V. HEX triplet: 87, 6D and CE. RGB value is (135,109,206). Sum of RGB (Red+Green+Blue) = 135+109+206=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #876DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876DCE is #789231. Grayscale: #7F7F7F. Windows color (decimal): -7901746 or 13528455. OLE color: 13528455.

HSL color Cylindrical-coordinate representation of color #876DCE: hue angle of 256.08º degrees, saturation: 0.5, 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 #876DCE is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 109 206 -
CMYK 0.34 0.47 0 0.19
HSL 256.08º 0.5% 0.62% -
HSV(B) 256.08º 0.47% 0.81% -
XYZ 26.6 20.54 60.96 -
YUV 127.83 172.11 133.11 -
System Red Green Blue C M Y K H S L
Decimal 135 109 206 0.34 0.47 0 0.19 256.08 0.5 0.62
Hex 87 6D CE 22 2F 0 13 100 32 3E
Octal 207 155 316 42 57 0 23 400 62 76
Binary 10000111 1101101 11001110 100010 101111 0 10011 100000000 110010 111110

Color Harmonies of #876DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876DCE

Black with #876DCE

Text Example


Text Example

White with #876DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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