Html Css Color HEX #876BC2 True V

📋 copy color: '#876BC2'

red 135 ◦ green 107 ◦ blue 194

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

Shades of True V #876BC2

Tints of True V #876BC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 44.5%

R = 30.96%
G = 24.54%
B = 44.5%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#876BC2 (or 0x876BC2) is known color: True V. HEX triplet: 87, 6B and C2. RGB value is (135,107,194). Sum of RGB (Red+Green+Blue) = 135+107+194=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #876BC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BC2 is #78943D. Grayscale: #7C7C7C. Windows color (decimal): -7902270 or 12741511. OLE color: 12741511.

HSL color Cylindrical-coordinate representation of color #876BC2: hue angle of 259.31º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #876BC2 is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 107 194 -
CMYK 0.30 0.45 0 0.24
HSL 259.31º 0.42% 0.59% -
HSV(B) 259.31º 0.45% 0.76% -
XYZ 24.99 19.56 53.5 -
YUV 125.29 166.78 134.93 -
System Red Green Blue C M Y K H S L
Decimal 135 107 194 0.30 0.45 0 0.24 259.31 0.42 0.59
Hex 87 6B C2 1E 2D 0 18 103 2A 3B
Octal 207 153 302 36 55 0 30 403 52 73
Binary 10000111 1101011 11000010 11110 101101 0 11000 100000011 101010 111011

Color Harmonies of #876BC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BC2

Black with #876BC2

Text Example


Text Example

White with #876BC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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