Html Css Color HEX #876CBE True V

📋 copy color: '#876CBE'

red 135 ◦ green 108 ◦ blue 190

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

Shades of True V #876CBE

Tints of True V #876CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.88%

R = 31.18%
G = 24.94%
B = 43.88%

CMYK

 C value IS 0.29

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#876CBE (or 0x876CBE) is known color: True V. HEX triplet: 87, 6C and BE. RGB value is (135,108,190). Sum of RGB (Red+Green+Blue) = 135+108+190=433 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.18% from 433); Green value is 108 (42.58% from 255 or 24.94% from 433); Blue value is 190 (74.61% from 255 or 43.88% from 433); Max value from RGB is 190 - color contains mainly: blue. Hex color #876CBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CBE is #789341. Grayscale: #7D7D7D. Windows color (decimal): -7902018 or 12479623. OLE color: 12479623.

HSL color Cylindrical-coordinate representation of color #876CBE: hue angle of 259.76º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #876CBE is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 135 108 190 -
CMYK 0.29 0.43 0 0.25
HSL 259.76º 0.39% 0.58% -
HSV(B) 259.76º 0.43% 0.75% -
XYZ 24.65 19.59 51.2 -
YUV 125.42 164.45 134.83 -
System Red Green Blue C M Y K H S L
Decimal 135 108 190 0.29 0.43 0 0.25 259.76 0.39 0.58
Hex 87 6C BE 1D 2B 0 19 104 27 3A
Octal 207 154 276 35 53 0 31 404 47 72
Binary 10000111 1101100 10111110 11101 101011 0 11001 100000100 100111 111010

Color Harmonies of #876CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CBE

Black with #876CBE

Text Example


Text Example

White with #876CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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