Html Css Color HEX #876BBA True V

📋 copy color: '#876BBA'

red 135 ◦ green 107 ◦ blue 186

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

Shades of True V #876BBA

Tints of True V #876BBA

RGB

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

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

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

R = 31.54%
G = 25%
B = 43.46%

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

#876BBA (or 0x876BBA) is known color: True V. HEX triplet: 87, 6B and BA. RGB value is (135,107,186). Sum of RGB (Red+Green+Blue) = 135+107+186=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 107 (42.19% from 255 or 25% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #876BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876BBA is #789445. Grayscale: #7C7C7C. Windows color (decimal): -7902278 or 12217223. OLE color: 12217223.

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

Color convert

RGB 135 107 186 -
CMYK 0.27 0.42 0 0.27
HSL 261.27º 0.36% 0.57% -
HSV(B) 261.27º 0.42% 0.73% -
XYZ 24.11 19.21 48.89 -
YUV 124.38 162.78 135.58 -
System Red Green Blue C M Y K H S L
Decimal 135 107 186 0.27 0.42 0 0.27 261.27 0.36 0.57
Hex 87 6B BA 1B 2A 0 1B 105 24 39
Octal 207 153 272 33 52 0 33 405 44 71
Binary 10000111 1101011 10111010 11011 101010 0 11011 100000101 100100 111001

Color Harmonies of #876BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876BBA

Black with #876BBA

Text Example


Text Example

White with #876BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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