Html Css Color HEX #876EBA True V

📋 copy color: '#876EBA'

red 135 ◦ green 110 ◦ blue 186

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

Shades of True V #876EBA

Tints of True V #876EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.52%

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

R = 31.32%
G = 25.52%
B = 43.16%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#876EBA (or 0x876EBA) is known color: True V. HEX triplet: 87, 6E and BA. RGB value is (135,110,186). Sum of RGB (Red+Green+Blue) = 135+110+186=431 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.32% from 431); Green value is 110 (43.36% from 255 or 25.52% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #876EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876EBA is #789145. Grayscale: #7D7D7D. Windows color (decimal): -7901510 or 12217991. OLE color: 12217991.

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

Color convert

RGB 135 110 186 -
CMYK 0.27 0.41 0 0.27
HSL 259.74º 0.36% 0.58% -
HSV(B) 259.74º 0.41% 0.73% -
XYZ 24.43 19.85 49 -
YUV 126.14 161.78 134.32 -
System Red Green Blue C M Y K H S L
Decimal 135 110 186 0.27 0.41 0 0.27 259.74 0.36 0.58
Hex 87 6E BA 1B 29 0 1B 104 24 3A
Octal 207 156 272 33 51 0 33 404 44 72
Binary 10000111 1101110 10111010 11011 101001 0 11011 100000100 100100 111010

Color Harmonies of #876EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876EBA

Black with #876EBA

Text Example


Text Example

White with #876EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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