Html Css Color HEX #876BCD True V

📋 copy color: '#876BCD'

red 135 ◦ green 107 ◦ blue 205

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

Shades of True V #876BCD

Tints of True V #876BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.94%

 BLUE value IS 205 (80.47% from 255) = 45.86%

R = 30.2%
G = 23.94%
B = 45.86%

CMYK

 C value IS 0.34

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#876BCD (or 0x876BCD) is known color: True V. HEX triplet: 87, 6B and CD. RGB value is (135,107,205). Sum of RGB (Red+Green+Blue) = 135+107+205=447 (59% of max value = 765). Red value is 135 (53.12% from 255 or 30.20% from 447); Green value is 107 (42.19% from 255 or 23.94% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 205 - color contains mainly: blue. Hex color #876BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BCD is #789432. Grayscale: #7E7E7E. Windows color (decimal): -7902259 or 13462407. OLE color: 13462407.

HSL color Cylindrical-coordinate representation of color #876BCD: hue angle of 257.14º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #876BCD is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 107 205 -
CMYK 0.34 0.48 0 0.20
HSL 257.14º 0.49% 0.61% -
HSV(B) 257.14º 0.48% 0.8% -
XYZ 26.27 20.07 60.25 -
YUV 126.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 135 107 205 0.34 0.48 0 0.20 257.14 0.49 0.61
Hex 87 6B CD 22 30 0 14 101 31 3D
Octal 207 153 315 42 60 0 24 401 61 75
Binary 10000111 1101011 11001101 100010 110000 0 10100 100000001 110001 111101

Color Harmonies of #876BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BCD

Black with #876BCD

Text Example


Text Example

White with #876BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,107,205); }

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

background-color css

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

 a { background-color: rgb(135,107,205); }

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

border-color css

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

 span { border-color: rgb(135,107,205); }

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