Html Css Color HEX #876CBA True V

📋 copy color: '#876CBA'

red 135 ◦ green 108 ◦ blue 186

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

Shades of True V #876CBA

Tints of True V #876CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 31.47%
G = 25.17%
B = 43.36%

CMYK

 C value IS 0.27

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#876CBA (or 0x876CBA) is known color: True V. HEX triplet: 87, 6C and BA. RGB value is (135,108,186). Sum of RGB (Red+Green+Blue) = 135+108+186=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #876CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CBA is #789345. Grayscale: #7C7C7C. Windows color (decimal): -7902022 or 12217479. OLE color: 12217479.

HSL color Cylindrical-coordinate representation of color #876CBA: hue angle of 260.77º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #876CBA is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 108 186 -
CMYK 0.27 0.42 0 0.27
HSL 260.77º 0.36% 0.58% -
HSV(B) 260.77º 0.42% 0.73% -
XYZ 24.22 19.42 48.93 -
YUV 124.97 162.45 135.16 -
System Red Green Blue C M Y K H S L
Decimal 135 108 186 0.27 0.42 0 0.27 260.77 0.36 0.58
Hex 87 6C BA 1B 2A 0 1B 105 24 3A
Octal 207 154 272 33 52 0 33 405 44 72
Binary 10000111 1101100 10111010 11011 101010 0 11011 100000101 100100 111010

Color Harmonies of #876CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CBA

Black with #876CBA

Text Example


Text Example

White with #876CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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