Html Css Color HEX #876CCF True V

📋 copy color: '#876CCF'

red 135 ◦ green 108 ◦ blue 207

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

Shades of True V #876CCF

Tints of True V #876CCF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24%

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

R = 30%
G = 24%
B = 46%

CMYK

 C value IS 0.35

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#876CCF (or 0x876CCF) is known color: True V. HEX triplet: 87, 6C and CF. RGB value is (135,108,207). Sum of RGB (Red+Green+Blue) = 135+108+207=450 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30% from 450); Green value is 108 (42.58% from 255 or 24% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #876CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CCF is #789330. Grayscale: #7E7E7E. Windows color (decimal): -7902001 or 13593735. OLE color: 13593735.

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

Color convert

RGB 135 108 207 -
CMYK 0.35 0.48 0 0.19
HSL 256.36º 0.51% 0.62% -
HSV(B) 256.36º 0.48% 0.81% -
XYZ 26.62 20.38 61.56 -
YUV 127.36 172.95 133.45 -
System Red Green Blue C M Y K H S L
Decimal 135 108 207 0.35 0.48 0 0.19 256.36 0.51 0.62
Hex 87 6C CF 23 30 0 13 100 33 3E
Octal 207 154 317 43 60 0 23 400 63 76
Binary 10000111 1101100 11001111 100011 110000 0 10011 100000000 110011 111110

Color Harmonies of #876CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CCF

Black with #876CCF

Text Example


Text Example

White with #876CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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